2
0
Fork 0

more documentation

This commit is contained in:
Florian Sorg 2023-05-06 18:16:42 +02:00
parent e134aa7009
commit 8af38a7302
1 changed files with 5 additions and 0 deletions

View File

@ -11,4 +11,9 @@
* comment out librabbitmq in requirements.txt when using python 3.11 * comment out librabbitmq in requirements.txt when using python 3.11
* `pip install -r requirements.txt` * `pip install -r requirements.txt`
* `./manage.py migrate` * `./manage.py migrate`
* `./manage.py createsuperuser`
* `./manage.py startserver` * `./manage.py startserver`
* start message queue with `docker-compose up -d broker result-backend`
* start runner with `celery -A shiftregister worker -B`
* add calendars at http://127.0.0.1:8000/admin/importer/calendar/add/
* change event state to 'event is running' at http://127.0.0.1:8000/admin/dynamic_preferences/globalpreferencemodel/3/change/