fd
This commit is contained in:
parent
4a7f6392b1
commit
bf4b939306
1 changed files with 1 additions and 1 deletions
2
setup
2
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/
|
Loading…
Add table
Add a link
Reference in a new issue