2015年2月5日 星期四

first upload to github and deploy to heroku

1.Github上新增一個 repository


git init

Initialized empty Git repository in .git/

$ git add .

$ git commit -m "my first commit"
 
heroku create

heroku git:remote -a APP_NAME

git push heroku master