Simple Linux Panel
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
mdserver-web/web
Mr Chen 881facdfa8 update 6 months ago
..
admin update 6 months ago
core up 6 months ago
static up 6 months ago
templates update 6 months ago
thisdb update 6 months ago
utils update 6 months ago
app.py update 6 months ago
branding.py update 7 months ago
config.py update 6 months ago
readme.md cloudreve init 7 months ago
setting.py update 6 months ago
version.py update 7 months ago

readme.md

  • 常用开发命令
gunicorn -b :7201 -k geventwebsocket.gunicorn.workers.GeventWebSocketWorker -w 1 app:app
gunicorn -b :7201 -w 1 app:app
gunicorn -c setting.py app:app