remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 01:27:28 +02:00
parent 605033ee85
commit 51068db637
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
source env
source /env
killall gunicorn
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/

2
setup
View File

@ -7,6 +7,6 @@ cp /drama/redis.conf /etc/redis/redis.conf
sudo systemctl restart redis.service
apt install python3-pip
sudo pip3 install -r requirements.txt
source env
cp env /env
apt install gunicorn
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/