mirror of https://github.com/midoks/mdserver-web
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.
|
2 weeks ago | |
---|---|---|
.. | ||
admin | 2 months ago | |
core | 4 months ago | |
misc | 5 months ago | |
static | 1 month ago | |
templates | 3 months ago | |
thisdb | 4 weeks ago | |
utils | 2 weeks ago | |
app.py | ||
branding.py | ||
config.py | ||
readme.md | ||
setting.py | ||
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