This commit is contained in:
Aevann1 2021-09-06 01:19:19 +02:00
parent 4a7f6392b1
commit bf4b939306

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
. env
source env
apt install gunicorn
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/