Skip to content

Commit

Permalink
Improve Heroku Deployment documentation.
Browse files Browse the repository at this point in the history
Squashed commit of the following:

commit a8f49b8
Author: Tyler Mauthe <[email protected]>
Date:   Sun Jan 25 17:59:50 2015 -0700

    Fix typo :)

commit eb7a584
Author: Tyler Mauthe <[email protected]>
Date:   Sun Jan 25 11:47:15 2015 -0700

    Make Heroku deployment config clearer

    fixes Strider-CD/strider#677
    fixes Strider-CD#1
  • Loading branch information
Tyler Mauthe committed Jan 27, 2015
1 parent 657d933 commit 7539a4d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@ To use on **anything other than localhost:3000**, you need to register your own
This is a screenshot of what you will see on your dashboard:

![screenshot](docs/heroku_api_key.png)

# Configuring Strider to use your Heroku API Client
Once you have your `HEROKU_OAUTH_ID` and `HEROKU_OAUTH_SECRET`, you must configure Strider to use them like this:

`heroku config:add PLUGIN_HEROKU_CLIENT_ID=<CLIENT_ID_FROM_HEROKU> PLUGIN_HEROKU_CLIENT_SECRET=<CLIENT_SECRET_FROM_HEROKU>`

0 comments on commit 7539a4d

Please sign in to comment.