Changes
Page history
Update Installation Scratchbook
authored
Jun 04, 2022
by
Martin Pollet
Show whitespace changes
Inline
Side-by-side
Installation-Scratchbook.md
View page @
f8f0b8be
...
@@ -18,8 +18,8 @@ pip install -r ~/xibo-booking-system/requirements.txt
...
@@ -18,8 +18,8 @@ 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 createsuperuser
python manage.py collectstatic
python manage.py collectstatic
python manage.py createsuperuser
mkdir -p ~/.config/systemd
mkdir -p ~/.config/systemd
cd ~/.config/systemd
cd ~/.config/systemd
ln -s ~/xibo-booking-system/systemd user
ln -s ~/xibo-booking-system/systemd user
...
...
...
...