- Ruby 2.0
- bundlerをインストール済みであること
> git clone https://github.com/open-election/poster-manager.git
> cd poster-manager
> bundle install
- 以下のコマンドを実行
> SHIRASETE_PROJECT_ID=対象プロジェクトID SHIRASETE_API_KEY=取得したAPIキー bundle exec rails server
> heroku create apps
> heroku config:add SECRET_TOKEN=`bundle exec rake secret`
> heroku config:add SHIRASETE_API_KEY="APIキー"
> heroku config:add SHIRASETE_PROJECT_ID="プロジェクトID"
> git push heroku master