Skip to content
/ cmdb Public
forked from veops/cmdb

Operational assets configuration management database, including the API and portal

License

Notifications You must be signed in to change notification settings

lilixiang/cmdb

 
 

Repository files navigation

CMDB

尽可能实现比较通用的运维资产数据的配置和管理

License UI API

  • 在线预览: CMDB
    • username: admin
    • password: admin

Overview

基础资源视图

模型配置

环境和依赖

  • 存储: mysql, redis
  • python版本: python2.7, >=python3.6

安装

  • 创建数据库cmdb

  • 拉取代码

git clone https://github.com/pycook/cmdb.git
cd cmdb
cp api/settings.py.example api/settings.py

设置api/settings.py里的database

  • 安装库

    • 后端: pipenv run pipenv install
    • 前端: cd ui && yarn install && cd ..
  • 创建数据库表 flask run flask db-setup

  • 启动服务

About

Operational assets configuration management database, including the API and portal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%