ircWebRegistration/DEPLOY.md

11 lines
305 B
Markdown
Raw Normal View History

2022-04-16 16:57:40 +02:00
# Deploying
It is highly recommended to run the application behind a reverse proxy.
Here we will use `nginx`, `gunicorn` a WSGI standalone server and decide between `supervisord` and `systemd`.
## Install gunicorn
* Check that you are still in the virtual environment.
* `pip install gunicorn`.
* TODO