~ajk/idpa-results

6f60ae233dbe698cadc0cd4d4f324c529f5a36d2 — Andrew Kay 5 years ago 72ccf05
Adding gunicorn to Heroku requirements - got missed in previous upgrade
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M requirements/heroku.txt
M README.md => README.md +1 -2
@@ 22,9 22,8 @@ A simple tool for viewing IDPA results.

    git clone --origin bitbucket https://bitbucket.org/ajk/idpa-results.git

    heroku apps:create idpa-results -b https://github.com/buildingspeak/conda-buildpack.git --addons heroku-postgresql
    heroku apps:create idpa-results -b https://github.com/kennethreitz/conda-buildpack.git --addons heroku-postgresql

    heroku config:add APP_SETTINGS=heroku.cfg
    heroku config:add WELCOME_MESSAGE_URL=1:https://bitbucket.org/\!api/2.0/snippets/ajk/yqd7M/0acf739f8f4a89125496db3edbbb9958907d873b/files/welcome.md
    heroku config:add HELP_CONTENT_URL=https://bitbucket.org/\!api/2.0/snippets/ajk/yqd7M/0acf739f8f4a89125496db3edbbb9958907d873b/files/help.md


M requirements/heroku.txt => requirements/heroku.txt +1 -0
@@ 1,2 1,3 @@
-r common.txt
gunicorn==19.8.1
# NumPy and SciPy will be installed by conda