https://github.com/ziontab/tp-tasks/
- Install all python dependencies
pip install -r requirements.txt
- Install nginx and place config files in nginx/ dirs into nginx configs directory
- Install centrifugo
- Launch the app (
gunicorn -c gunicorn.conf.py askme_rasulov.wsgi
)