Update README for manual Heroku deploy

This commit is contained in:
Christopher C. Wells 2020-01-30 20:46:23 -08:00 committed by Christopher Charbonneau Wells
parent 8c28e8941e
commit c56d414d8c
1 changed files with 6 additions and 0 deletions

View File

@ -118,10 +118,16 @@ create the following settings before pushing:
heroku config:set DJANGO_SETTINGS_MODULE=babybuddy.settings.heroku
heroku config:set SECRET_KEY=<CHANGE TO SOMETHING RANDOM>
heroku config:set DISABLE_COLLECTSTATIC=1
heroku config:set TIME_ZONE=<YOUR DESIRED TIMEZONE>
See [Configuration](#configuration) for other settings that can be controlled
by `heroku config:set`.
And after an initial push, execute the following commands:
heroku run python manage.py migrate
heroku run python manage.py createcachetable
### Manual
There are many ways to deploy Baby Buddy manually to any server/VPS. The basic