Compare commits

...

1 Commits

Author SHA1 Message Date
025b7d2912
Gunicorn 2022-04-16 20:27:40 +05:30
2 changed files with 12 additions and 0 deletions

11
DEPLOY.md Normal file
View File

@ -0,0 +1,11 @@
# 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

View File

@ -1,6 +1,7 @@
click==8.0.1
Flask==2.0.1
Flask-WTF==0.15.1
gunicorn==20.1.0
irctokens==2.0.0
itsdangerous==2.0.1
Jinja2==3.0.1