Open daviddahl opened 5 years ago
We should write a script that completely automates the Django setup by:
~/.env-pagelab || <path>
settings_local.py
source ~/.env-pagelab/bin/activate
postgresql
./manage.py migrate
./manage.py loaddata reports/fixtures/$NEW_FIXTURE_WITH_24_URLS_OR_SOMETHING.json
./manage.py collectstatic
gunicorn
supervisorctl
We should write a script that completely automates the Django setup by:
~/.env-pagelab || <path>
settings_local.py
source ~/.env-pagelab/bin/activate
firstpostgresql
./manage.py migrate
./manage.py loaddata reports/fixtures/$NEW_FIXTURE_WITH_24_URLS_OR_SOMETHING.json
./manage.py collectstatic
gunicorn
start script forsupervisorctl