Update setup

This commit is contained in:
Aevann1 2021-09-06 01:06:45 +02:00 committed by GitHub
parent 00644844c9
commit 3f748aa057
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
setup
View file

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