$ sudo apt update
$ sudo apt upgrade
$ sudo apt install nginx -y
$ sudo systemctl status nginx
$ cd /var/www/
$ git clone #템플릿이 있다면 다운
$ cd template #위 디렉토리로 이동
$ rm -rf .git
$ vim package.json # 의존성 파일 확인
$ apt install npm
$ npm install
$ cdmod -R 777 api-nodejs-templete/
# 이후 intellij 원격접속
'👩💻 Programming > Backend' 카테고리의 다른 글
Mysql Workbench ERD 다이어그램 생성 방법 (0) | 2021.07.14 |
---|---|
[Flask] mac Flask 환경 구축 (0) | 2021.06.09 |
[Node.js] 휴대폰 인증, 이메일 인증 구현하기 (0) | 2021.05.08 |
[SpringBoot] Intellij SpringBoot 환경설정 + Proxy 설정 (0) | 2021.04.11 |
[SpringBoot] Ubuntu+Apache2+Spring Boot 사용 설정 (0) | 2021.04.11 |