티스토리 뷰
1. Heroku란?
2. 사용방법
1. Git 설치
2. Heroku 가입
3. Create new App & App name 설정
4. Heroku Cli 설치
>> heroku login
5. Heroku에 올리기
>> git init
>> git add .
>> git commit -m "message "
>> heroku git:remote -a "appname"
>> git push heroku master
>> heroku ps:scale web=1
6. 제대로 배포되었는지 확인하기 위해
>> heroku open 명령
'Programming > 서버와 네트워크' 카테고리의 다른 글
[Linux] bash 환경설정 ~/.bash_profile ~/.bashrc (0) | 2020.10.17 |
---|---|
WSL2 설치 및 Docker & CUDA 사용 방법 (0) | 2020.08.27 |
Node js OpenSSL 설치 및 https 설정 (0) | 2020.08.26 |
Windows10 Linux 개발환경 구축 (0) | 2020.08.24 |
OSI 7 Layer과 네트워크 관련장비 (0) | 2020.08.17 |
댓글