|
7 年之前 | |
---|---|---|
docs | 7 年之前 | |
spug_api | 7 年之前 | |
spug_web | 7 年之前 | |
.gitignore | 7 年之前 | |
README.md | 7 年之前 |
Spug is an open source O & M management system developed with Python + Flask + Vue + Element. The system is separated from the front and the back of the system to help small and medium-sized enterprises manage the hosts, tasks, deployment, configuration files, monitoring and alarming
Spug是一款使用Python+Flask+Vue+Element组件开发的开源运维管理系统,系统前后端分离,帮助中小型企业完成主机、任务、发布部署、配置文件、监控、报警等管理。
$ docker pull hub.qbangmang.com/spug:1.0.1
$ docker run -d -e REGISTRY_SERVER="hub.qbangmang.com:5000" -p 80:80 hub.qbangmang.com/spug:1.0.1
$ 访问:http://主机ip
$ 默认账号密码:admin/spug
# 可选参数:
$ -e MYSQL_DATABASE="spug" //指定数据库名称
-e MYSQL_USER="spuguser" //指定数据库用户名
-e MYSQL_PASSWORD="spugpwd" //指定数据库密码
-e REGISTRY_SERVER="hub.qbangmang.com:5000" //指定私有镜像仓库
-e REGISTRY_USER="hubuser" //指定私有镜像仓库用户名
-e REGISTRY_PASSWORD="hubpwd" //指定私有镜像仓库密码
更多Dockerfile Dockerfile
1. Clone code 克隆代码:
$ git clone https://github.com/openspug/spug.git
2. Start server 启动服务端:
$ cd spug/spug_api
$ pip install -r requirements.txt //安装依赖包
$ mv config.py.example config.py //编辑配置文件
$ python manage.py init_db //初始化数据库
$ python manage.py create_admin //创建管理员
$ python main.py //启动服务
3. Start web 启动前端:
$ cd spug/spug_web
$ npm install
$ npm run dev
4. Visit 访问:
$ http://$HOST:8010 (http://你的主机IP:8080 来访问 Spug)
群号: