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
dami 6e754f2f7b Update __init__.py 2 months ago
..
admin Update __init__.py 2 months ago
core Update mw.py 4 months ago
misc Update mw_api.py 5 months ago
static Update site.js 3 months ago
templates 计划任务修复 3 months ago
thisdb Update user.py 5 months ago
utils Update crontab.py 2 months ago
app.py
branding.py
config.py
readme.md
setting.py
version.py Update version.py 5 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