https://github.com/zhuima/superman
supervisor多机器管理工具,supervisor, superman, flask
https://github.com/zhuima/superman
superman supervisor supervisord
Last synced: about 1 year ago
JSON representation
supervisor多机器管理工具,supervisor, superman, flask
- Host: GitHub
- URL: https://github.com/zhuima/superman
- Owner: zhuima
- Created: 2019-01-24T06:43:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-22T09:47:22.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T07:34:14.420Z (about 1 year ago)
- Topics: superman, supervisor, supervisord
- Language: CSS
- Homepage:
- Size: 1.65 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
superman
=============
[TOC]
[](https://www.python.org/)
[](http://flask.pocoo.org/)
[](https://docs.pipenv.org/)
### 一、Installation
```python
$ git clone https://github.com/zhuima/superman.git
$ cd superman
$ pipenv install --dev
$ pipenv shell
$ flask forge
$ flask run
* Running on http://127.0.0.1:5000/login
* account: admin password: zhuima321
```
### 二、关于项目
- 后台管理使用: https://github.com/pratikborsadiya/vali-admin
- 练手,写(抄)了李辉大大的相关项目: https://github.com/greyli/bluelog
- 自助,自助,自助
三、DEMO
- index

- host

- hostgroup

- stopprecess

- tree

- user

### 四、配套Docker 测试实例
[仓库地址](https://github.com/zhuima/supervisor_docker)
### 五、TODO
- [ ] 登陆页面整合
- [ ] 国际化处理完全
- [ ] 安全相关
- [ ] 后台优化扩展
- [ ] 时间处理优化
- [ ] 代码优化