pip install -r requirements.txt./manage.py migratedocker run -p 6379:6379 -d redis:5npm run dev./manage.py runserverIf you want to run in production mode:
npm run buildPRODUCTION=1 ./manage.py collectstatic --noinputPRODUCTION=1 HOSTNAME=localhost ./manage.py runserversudo apt install redis-server python3.11-venv supervisorpython3.11 -m venv virtualenvsource virtualenv/bin/activategit clone https://github.com/jieter/planning-poker.gitdeploy/deploy.shThen use
deploy/supervisor.conf as a template with supervisor to run daphne, taking care to add correct environment forSECRET_KEYHOSTNAMEPRODUCTION=1deploy/nginx-site.conf as a template with nginx to act as a reverse proxy.