remotes/1693045480750635534/spooky-22
Aevann1 2021-09-14 05:47:31 +02:00
parent 2ac3ae19d3
commit 5036a5001d
1 changed files with 1 additions and 0 deletions

1
setup
View File

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