./bake.py up --build
.volumes/local_postgres_data_backupspg_dump -O -E utf-8 -U app_ctrs -f ~/stg.sql -h db-stg.ctrs.cch.kcl.ac.uk app_ctrs_stg
gzipgzip stg.sql
./bake.py -s postgres exec bash
ps -ef | grep cotr
kill ID1 ...
cd /backups
restore stg.sql.gz
exit
./bake.py manage migrate
./bake.py manage ctrstxt import path_to/arch-content.json
./bake.py manage createsuperuser
npm install
Browse to http://localhost:8000/
Before commiting changes, install the pre-commit hooks. After installing pre-commit run:
pre-commit install