fd
This commit is contained in:
parent
104aa8e19e
commit
2f36b84e14
1 changed files with 2 additions and 1 deletions
3
setup
3
setup
|
@ -14,6 +14,7 @@ sudo psql -U postgres -f seed-db.sql postgres
|
|||
|
||||
sudo apt -y install python3-pip
|
||||
sudo pip3 install -r requirements.txt
|
||||
source env
|
||||
cp ./env /env
|
||||
. /env
|
||||
sudo apt -y install gunicorn
|
||||
sudo gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/ --max-requests 10000 --max-requests-jitter 500
|
Loading…
Add table
Add a link
Reference in a new issue