Update setup
This commit is contained in:
parent
00644844c9
commit
3f748aa057
1 changed files with 1 additions and 1 deletions
2
setup
2
setup
|
@ -6,5 +6,5 @@ rm /etc/redis/redis.conf
|
||||||
cp /drama/redis.conf /etc/redis/redis.conf
|
cp /drama/redis.conf /etc/redis/redis.conf
|
||||||
sudo systemctl restart redis.service
|
sudo systemctl restart redis.service
|
||||||
sudo pip3 install -r requirements.txt
|
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/
|
gunicorn files.__main__:app -k gevent -w 2 --reload -b 0.0.0.0:80 --reload-extra-file ./files/templates/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue