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.
|
|
7 hours ago | |
|---|---|---|
| .. | ||
| admin | 1 month ago | |
| core | 21 hours ago | |
| misc | 4 months ago | |
| static | 3 months ago | |
| templates | 8 months ago | |
| thisdb | 8 months ago | |
| utils | 7 hours ago | |
| app.py | 1 year ago | |
| branding.py | 1 year ago | |
| config.py | 9 months ago | |
| readme.md | 1 year ago | |
| setting.py | 10 months ago | |
| version.py | 8 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