2
0
Fork 0
shiftregister/README.md

22 lines
907 B
Markdown
Raw Normal View History

2022-04-13 10:14:13 +02:00
# shiftregister
2022-04-26 18:20:23 +02:00
![kontakt logo with its left half rotated 180 degrees, resembling the left shift operator](assets/tonkakt.svg)
2023-05-06 17:04:28 +02:00
2024-04-13 01:07:40 +02:00
## [CI Mirror](https://git.luj0ga.de/kontakt/shiftregister) / [Drone CI](https://ci.luj0ga.de/kontakt/shiftregister)
2023-05-06 17:04:28 +02:00
## project setup
* make sure python 3.11 or 3.10 is installed
* install `python-psycopg2` system wide
* `python -m venv env`
* `. env/bin/activate`
* comment out librabbitmq in requirements.txt when using python 3.11
* `pip install -r requirements.txt`
* `./manage.py migrate`
2023-05-06 18:16:42 +02:00
* `./manage.py createsuperuser`
2023-05-06 19:33:57 +02:00
* `./manage.py runserver`
2023-05-06 18:16:42 +02:00
* 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/