fdsfds
This commit is contained in:
parent
bdc2c16c44
commit
543ce0cf01
1 changed files with 2 additions and 2 deletions
4
setup
4
setup
|
@ -11,8 +11,8 @@ sudo apt -y install python3-pip
|
|||
sudo pip3 install -r requirements.txt
|
||||
sudo apt -y install gunicorn
|
||||
sudo apt -y install ffmpeg
|
||||
mkdir /drama/songs
|
||||
mkdir /drama/images
|
||||
mkdir /songs
|
||||
mkdir /images
|
||||
cp ./env /env
|
||||
. /env
|
||||
gunicorn files.__main__:app -k gevent -w 2 --reload -b localhost:80 --max-requests 1000 --max-requests-jitter 500
|
Loading…
Add table
Add a link
Reference in a new issue