diff --git a/Procfile b/Procfile index 071ab13..7bd058f 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: sh heroku.sh && leselys serve --config heroku.ini +web: sh heroku.sh && leselys serve --config heroku.ini \ No newline at end of file diff --git a/README.rst b/README.rst index 4b40ced..998d1cd 100644 --- a/README.rst +++ b/README.rst @@ -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"``. diff --git a/heroku.sh b/heroku.sh index b81c346..89ee766 100644 --- a/heroku.sh +++ b/heroku.sh @@ -1,6 +1,6 @@ #!/bin/bash # Installed heroku deps -pip install gunicorn +pip install redis pip install pymongo # Create heroku configuration file