Entries from 2014-03-24 to 1 day

Herokuにデプロイする

先ずGit $ git init $ git add . $ git commit -m "first commit"$ heroku create AppName $ git push heroku master$ heroku logs $ heroku apps:rename newname (--app oldname) $ heroku stack --app AppName - $ heroku login/out$ heroku accounts:add …