ircWebRegistration/DEPLOY.md
2022-04-16 20:27:40 +05:30

305 B

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