An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

superman
=============

[TOC]

[![Python 3.7.2](https://img.shields.io/badge/python-3.7.2-yellow.svg)](https://www.python.org/)
[![](https://img.shields.io/badge/flask-1.0.2-green.svg)](http://flask.pocoo.org/)
[![](https://img.shields.io/badge/pipenv-2018.10.13-blue.svg)](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

![](./docs/index.jpg)

- host

![](./docs/host.jpg)

- hostgroup

![](./docs/group.jpg)

- stopprecess

![](./docs/stopprocess.jpg)

- tree

![](./docs/tree.jpg)

- user

![](./docs/user.jpg)

### 四、配套Docker 测试实例

[仓库地址](https://github.com/zhuima/supervisor_docker)

### 五、TODO

- [ ] 登陆页面整合
- [ ] 国际化处理完全
- [ ] 安全相关
- [ ] 后台优化扩展
- [ ] 时间处理优化
- [ ] 代码优化