Skip to content

Commit

Permalink
change readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhsmt committed Mar 7, 2014
1 parent 1f59d8f commit e0be144
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,15 @@
> SHIRASETE_PROJECT_ID=対象プロジェクトID SHIRASETE_API_KEY=取得したAPIキー bundle exec rails server
```

### heroku

```
> 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
```

LICENSE
-------
Expand Down

0 comments on commit e0be144

Please sign in to comment.