update install instruction

This commit is contained in:
Jonathan Baecker 2020-05-04 15:29:20 +02:00
parent 6b73856392
commit 314e7c8d60

View File

@ -16,7 +16,10 @@
- past secret key in variable `SECRET_KEY` - past secret key in variable `SECRET_KEY`
- set `ALLOWED_HOSTS` with correct URL - set `ALLOWED_HOSTS` with correct URL
- set URL in `CORS_ORIGIN_WHITELIST` - set URL in `CORS_ORIGIN_WHITELIST`
- migrate database: `python manage.py makemigrations && python manage.py migrate`
- collect static files: `python manage.py collectstatic` - collect static files: `python manage.py collectstatic`
- add super user to db: `python manage.py createsuperuser`
- populate some data to db: `python manage.py loaddata ../docs/db_data.json`
- run: `chown www-data. -R /var/www/ffplayout` - run: `chown www-data. -R /var/www/ffplayout`
##### System Setup ##### System Setup