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 | 1 month ago | |
| core | 2 weeks ago | |
| misc | 2 months ago | |
| static | 2 months ago | |
| templates | 9 months ago | |
| thisdb | 9 months ago | |
| utils | 2 weeks ago | |
| app.py | 2 years ago | |
| branding.py | 2 years ago | |
| config.py | 10 months ago | |
| readme.md | 2 years ago | |
| setting.py | 1 month ago | |
| version.py | 1 month 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