티스토리 뷰

 

 

1. Heroku란?

 

www.heroku.com/

 

Cloud Application Platform | Heroku

Heroku is a platform as a service (PaaS) that enables developers to build, run, and operate applications entirely in the cloud.

www.heroku.com

 

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 명령

 

 

 

 

 

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG more
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함