remotes/1693045480750635534/spooky-22
Aevann1 2021-09-14 05:38:16 +02:00
parent 60cc3c38a3
commit f19be5d601
1 changed files with 1 additions and 2 deletions

3
setup
View File

@ -14,7 +14,6 @@ sudo psql -U postgres -f seed-db.sql postgres
sudo apt -y install python3-pip
sudo pip3 install -r requirements.txt
cp env /env
. /env
source 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