Skip to content

Commit

Permalink
Merge pull request #3 from ellisonleao/heroku-button
Browse files Browse the repository at this point in the history
Add Heroku button
  • Loading branch information
Karan Goel committed May 31, 2015
2 parents 9f6b703 + 77617ba commit 90fe09e
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -34,6 +34,13 @@ $ pip install -r requirements.txt
$ python app.py $ python app.py
``` ```


## Deploy to Heroku

[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)

You will need to set the `SE_KEY` environment variable in your heroku app in order for this to work. You can read more about it [clicking here](https://devcenter.heroku.com/articles/config-vars#setting-up-config-vars-for-a-deployed-application)


## Contributing ## Contributing


- Please use the [issue tracker](https://github.com/karan/slack-overflow/issues) to report any bugs or file feature requests. - Please use the [issue tracker](https://github.com/karan/slack-overflow/issues) to report any bugs or file feature requests.
12 changes: 12 additions & 0 deletions app.json
@@ -0,0 +1,12 @@
{
"name": "Slack Overflow",
"description": "A programmer's best friend, now in Slack.",
"keywords": [
"slack",
"flask",
"python",
"web",
"stack overflow"
],
"repository": "https://github.com/karan/slack-overflow"
}

0 comments on commit 90fe09e

Please sign in to comment.