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 @
d3c766c0
...
...
@@ -3,9 +3,17 @@
3.
Create database:
```
CREATE DATABASE xibo_booking_system;
grant all privileges on xibo_bookin_system.* TO 'xbs'@'localhost' identified by '<your_password>';
grant all privileges on xibo_bookin
g
_system.* TO 'xbs'@'localhost' identified by '<your_password>';
flush privileges;
```
4.
Prepare Django (as user xbs):
-
`git clone https://gitlab.pollet-computer.de/polly/xibo-booking-system.git`
-
configure database in settings.py
-
choose driver in requirements.txt
```
python3 -m venv venv
```
TODO: put all this in container
\ No newline at end of file