From f9a07fa9f0706b57b5a0a18b301ce367b2600993 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Tue, 28 Nov 2017 14:44:49 +1100 Subject: [PATCH] Update Heroku documentation --- INSTALL.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 136d122..c7820a1 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -36,6 +36,10 @@ Access Eos at http://localhost:5000/. Add a MongoDB (recommended) or PostgreSQL resource to your Heroku app. +Set up the Heroku app. + + heroku git:remote -a your-app-12345 + Create *local_settings.py*. cd /path/to/Eos @@ -43,9 +47,12 @@ Create *local_settings.py*. Modify *local_settings.py* as required. Take special note of `BASE_URI` and the database information. +Set environment variables. + + heroku config:set EOSWEB_SETTINGS=/app/local_settings.py + Push the changes to the Heroku app. - heroku git:remote -a your-app-12345 git add . git commit -m 'For Heroku' git push heroku master