forked from rDrama/rDrama
1
0
Fork 0
master
Aevann1 2021-09-06 01:19:19 +02:00
parent fee5607397
commit 905a29f3a4
1 changed files with 1 additions and 1 deletions

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/