remotes/1693045480750635534/spooky-22
Aevann1 2021-09-06 01:15:32 +02:00
parent 32425ba96a
commit 6bedd6f85d
1 changed files with 2 additions and 1 deletions

3
setup
View File

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