mirror of https://github.com/veops/cmdb.git
Update README.md
This commit is contained in:
parent
2ef4c438e2
commit
e45070ebdc
42
README.md
42
README.md
|
@ -1,21 +1,19 @@
|
||||||

|

|
||||||
|
|
||||||
[](https://github.com/veops/cmdb/blob/master/LICENSE)
|
[](https://github.com/veops/cmdb/blob/master/LICENSE)
|
||||||
[](https://github.com/sendya/ant-design-pro-vue)
|
[](https://github.com/sendya/ant-design-pro-vue)
|
||||||
[](https://github.com/pallets/flask)
|
[](https://github.com/pallets/flask)
|
||||||
|
|
||||||
|
|
||||||
[English](README_en.md) / [中文](README.md)
|
[English](README_en.md) / [中文](README.md)
|
||||||
|
|
||||||
- 在线体验: <a href="https://cmdb.veops.cn" target="_blank">CMDB</a>
|
- 在线体验: <a href="https://cmdb.veops.cn" target="_blank">CMDB</a>
|
||||||
- username: demo
|
- username: demo
|
||||||
- password: 123456
|
- password: 123456
|
||||||
|
|
||||||
> **重要提示**: `master` 分支在开发过程中可能处于 *不稳定的状态* 。
|
> **重要提示**: `master` 分支在开发过程中可能处于 _不稳定的状态_ 。
|
||||||
请通过[releases](https://github.com/veops/cmdb/releases)获取
|
> 请通过[releases](https://github.com/veops/cmdb/releases)获取
|
||||||
|
|
||||||
系统介绍
|
## 系统介绍
|
||||||
-------------
|
|
||||||
|
|
||||||
### 整体架构
|
### 整体架构
|
||||||
|
|
||||||
|
@ -24,22 +22,22 @@
|
||||||
### 相关文档
|
### 相关文档
|
||||||
|
|
||||||
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">设计文档</a>
|
- <a href="https://zhuanlan.zhihu.com/p/98453732" target="_blank">设计文档</a>
|
||||||
- <a href="https://github.com/veops/cmdb/tree/master/docs/cmdb_api.md" target="_blank">API文档</a>
|
- <a href="https://github.com/veops/cmdb/tree/master/docs/cmdb_api.md" target="_blank">API 文档</a>
|
||||||
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">树形视图实践</a>
|
- <a href="https://mp.weixin.qq.com/s/EflmmJ-qdUkddTx2hRt3pA" target="_blank">树形视图实践</a>
|
||||||
|
|
||||||
### 特点
|
### 特点
|
||||||
|
|
||||||
- 灵活性
|
- 灵活性
|
||||||
1. 规范并统一纳管复杂数据资产
|
1. 规范并统一纳管复杂数据资产
|
||||||
2. 自动发现、入库IT资产
|
2. 自动发现、入库 IT 资产
|
||||||
- 安全性
|
- 安全性
|
||||||
1. 细粒度访问控制
|
1. 细粒度访问控制
|
||||||
2. 完备操作日志
|
2. 完备操作日志
|
||||||
- 多应用
|
- 多应用
|
||||||
1. 丰富视图展示维度
|
1. 丰富视图展示维度
|
||||||
2. 提供Restful API
|
2. 提供 Restful API
|
||||||
3. 自定义字段触发器
|
3. 自定义字段触发器
|
||||||
|
|
||||||
### 主要功能
|
### 主要功能
|
||||||
|
|
||||||
- 模型属性支持索引、多值、默认排序、字体颜色,支持计算属性
|
- 模型属性支持索引、多值、默认排序、字体颜色,支持计算属性
|
||||||
|
@ -65,18 +63,16 @@
|
||||||
|
|
||||||
[Spug - 开源轻量自动化运维平台](https://github.com/openspug/spug)
|
[Spug - 开源轻量自动化运维平台](https://github.com/openspug/spug)
|
||||||
|
|
||||||
安装
|
## 安装
|
||||||
----
|
|
||||||
|
|
||||||
### [Docker一键快速构建](docs/docker.md)
|
### [Docker 一键快速构建](docs/docker.md)
|
||||||
|
|
||||||
### [本地搭建](docs/local.md)
|
### [本地搭建](docs/local.md)
|
||||||
|
|
||||||
### [Makefile安装](docs/makefile.md)
|
### [Makefile 安装](docs/makefile.md)
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
----------------------
|
_**欢迎加入 CMDB 运维开发 QQ 群(336164978)**_
|
||||||
|
|
||||||
_**欢迎加入CMDB运维开发QQ群(336164978)**_
|
|
||||||
|
|
||||||

|

|
||||||
|
|
Loading…
Reference in New Issue