Changes
Page history
Update Installation Scratchbook
authored
Jun 05, 2022
by
Martin Pollet
Hide whitespace changes
Inline
Side-by-side
Installation-Scratchbook.md
View page @
69477af2
...
@@ -18,7 +18,7 @@ pip install -r ~/xibo-booking-system/requirements.txt
...
@@ -18,7 +18,7 @@ pip install -r ~/xibo-booking-system/requirements.txt
cd ~/xibo-booking-system/src
cd ~/xibo-booking-system/src
python manage.py makemigrations booking_system
python manage.py makemigrations booking_system
python manage.py migrate
python manage.py migrate
python manage.py loaddata fixtures.json
python manage.py loaddata
*/
fixtures
/*
.json
python manage.py collectstatic
python manage.py collectstatic
python manage.py createsuperuser
python manage.py createsuperuser
mkdir -p ~/.config/systemd
mkdir -p ~/.config/systemd
...
...
...
...