Skip to content

Commit

Permalink
Merge pull request #1 from fsalum/master
Browse files Browse the repository at this point in the history
Add Heroku config and doc

* Many thanks @fsalum!
  • Loading branch information
Bill Mill committed Jun 10, 2014
2 parents dff9d7a + 8ef466e commit df0631a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: gunicorn slask:app
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@

![kitten mittens](http://i.imgur.com/xhmD6QO.png)

## Heroku

You can host for free on [Heroku](http://heroku.com). Sign up and follow the steps below to deploy the app.

```bash
heroku create
git push heroku master
heroku ps:scale web=1
heroku ps
heroku logs
```

## Commands

Right now, `!gif`, `!image`, `!youtube` and `!wiki` are the only available commands.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ beautifulsoup4==4.3.2
itsdangerous==0.23
requests==2.2.1
wsgiref==0.1.2
gunicorn==18.0

0 comments on commit df0631a

Please sign in to comment.