https://github.com/gnu4cn/xfoss_cmp_backend
A cloud management platform backend based on apache-cloud, flask.
https://github.com/gnu4cn/xfoss_cmp_backend
Last synced: 4 months ago
JSON representation
A cloud management platform backend based on apache-cloud, flask.
- Host: GitHub
- URL: https://github.com/gnu4cn/xfoss_cmp_backend
- Owner: gnu4cn
- Created: 2021-01-21T04:02:53.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-29T09:41:35.000Z (about 5 years ago)
- Last Synced: 2025-03-12T19:25:38.843Z (11 months ago)
- Language: Python
- Size: 45.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 基于 `apache-libcloud`、`flask`的一个 CMP 管理后端
- `uwsgi` 配置
配置: `poetry run uwsgi --http 127.0.0.1:5000 --module src.app:app --master --processes 2 --threads 2`
-