fd
This commit is contained in:
parent
23e90cc95e
commit
c7a7302689
1 changed files with 1 additions and 0 deletions
1
setup
1
setup
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue