Changes
Page history
Update Installation Scratchbook
authored
Jun 04, 2022
by
Martin Pollet
Hide whitespace changes
Inline
Side-by-side
Installation-Scratchbook.md
View page @
f3abda70
...
...
@@ -16,9 +16,10 @@ python3 -m venv venv
source ~/venv/bin/activate
pip install -r ~/xibo-booking-system/requirements.txt
cd ~/xibo-booking-system/src
python3 manage.py makemigrations booking_system
python3 manage.py migrate
python3 manage.py createsuperuser
python manage.py makemigrations booking_system
python manage.py migrate
python manage.py createsuperuser
python manage.py collectstatic
mkdir -p ~/.config/systemd
cd ~/.config/systemd
ln -s ~/xibo-booking-system/systemd user
...
...
...
...