CLI 삭제 명령어
2021. 3. 20. 12:56
명령어
myproject 안에 있는 파일 전부삭제 : rm -rf myproject/* 단일파일 삭제 :rm 파일이름 ls -al a는 숨겨진 파일 l는 권한보여주기
배포 CLI 명령어
2021. 3. 17. 21:27
명령어
npm init -y 로 초기화 인스턴스 서버 실행 ssh -i test.pem ubuntu@ec2-3-14-149-53.us-east-2.compute.amazonaws.com express 모듈 다운 npm install express express-generator 데브 브린치로 이동 git checkout -b 우분투에서 노드 깔기 curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash curl -sL https://deb.nodesource.com/setup_12.x..