Add documentation for reload.sh and update.sh

This commit is contained in:
rubenwardy 2020-01-18 01:42:47 +00:00
parent 077bdeb01c
commit f4209d7a67
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ FLASK_CONFIG=../config.cfg FLASK_APP=app/__init__.py flask db upgrade
# Enter docker
docker exec -it contentdb_app_1 bash
# Hot/live reload (only works with FLASK_DEBUG=1)
./utils/reload.sh
# Cold update a running version of CDB with minimal downtime
./utils/update.sh
```
## Database