Compare commits
1 Commits
master
...
dev-gunico
Author | SHA1 | Date | |
---|---|---|---|
025b7d2912 |
11
DEPLOY.md
Normal file
11
DEPLOY.md
Normal 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
|
@ -1,6 +1,7 @@
|
|||||||
click==8.0.1
|
click==8.0.1
|
||||||
Flask==2.0.1
|
Flask==2.0.1
|
||||||
Flask-WTF==0.15.1
|
Flask-WTF==0.15.1
|
||||||
|
gunicorn==20.1.0
|
||||||
irctokens==2.0.0
|
irctokens==2.0.0
|
||||||
itsdangerous==2.0.1
|
itsdangerous==2.0.1
|
||||||
Jinja2==3.0.1
|
Jinja2==3.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user