2012-08-18から1日間の記事一覧

heroku への新規アプリ登録

いつも忘れてしまうのでまとめとく bundle install git init git add . git commit -m "1st" heroku create appname --stack cedar git push heroku master (heroku scale cron=1 #起動) heroku logs #ログ確認 heroku ps #起動確認