Skip to content

Commit

Permalink
update dep
Browse files Browse the repository at this point in the history
  • Loading branch information
socketubs committed Mar 18, 2013
1 parent d83fd32 commit cc9b84a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Procfile
@@ -1 +1 @@
web: sh heroku.sh && leselys serve --config heroku.ini
web: sh heroku.sh && leselys serve --config heroku.ini
3 changes: 2 additions & 1 deletion README.rst
Expand Up @@ -33,10 +33,11 @@ Heroku
~~~~~~

Advanced setup with Gunicorn and MongoDB as backend on Heroku.
All Heroku dependencies like ``Pymongo`` and ``gunicorn`` are automagically installed with ``heroku.sh``: ::
All Heroku dependencies like ``Pymongo`` and ``redis`` are automagically installed with ``heroku.sh``: ::

heroku create
heroku addons:add mongohq:sandbox
heroku addons:add redistogo:nano
git push heroku master

Don't forget to create a Leselys account with ``heroku run "bash heroku.sh && leselys adduser --config heroku.ini"``.
Expand Down
2 changes: 1 addition & 1 deletion heroku.sh
@@ -1,6 +1,6 @@
#!/bin/bash
# Installed heroku deps
pip install gunicorn
pip install redis
pip install pymongo

# Create heroku configuration file
Expand Down

0 comments on commit cc9b84a

Please sign in to comment.