diff --git a/setup b/setup index c551b22d5..0117bfac4 100644 --- a/setup +++ b/setup @@ -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/ \ No newline at end of file