Permalink
Browse files

Merge pull request #3 from ellisonleao/heroku-button

Add Heroku button
  • Loading branch information...
2 parents 9f6b703 + 77617ba commit 90fe09ec331a34b82239b84b025d98e2447706f1 @karan committed May 31, 2015
Showing with 19 additions and 0 deletions.
  1. +7 −0 README.md
  2. +12 −0 app.json
View
@@ -34,6 +34,13 @@ $ pip install -r requirements.txt
$ 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
- Please use the [issue tracker](https://github.com/karan/slack-overflow/issues) to report any bugs or file feature requests.
View
@@ -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.