update readme

This commit is contained in:
pycook 2023-07-20 10:06:32 +08:00
parent c570b5b61f
commit ae99d7f909
20 changed files with 37 additions and 38 deletions

View File

@ -17,7 +17,7 @@
### 整体架构
<img src=docs/view.jpg />
<img src=docs/images/view.jpg />
### 相关文档
@ -51,12 +51,11 @@
- 服务树
![1](docs/0.png "首页展示")
![1](docs/images/0.png "首页展示")
[查看更多展示](docs/screenshot.md)
### 更多功能
> 也欢迎移步[维易科技官网](https://veops.cn),发现更多免费运维系统。
@ -67,9 +66,18 @@
## 安装
### [Docker 一键快速构建](docs/docker.md)
### Docker 一键快速构建
- 进入主目录(先安装 docker 环境)
### [本地搭建](docs/local.md)
```
docker-compose up -d
```
- 浏览器打开: [http://127.0.0.1:8000](http://127.0.0.1:8000)
- username: demo 或者 admin
- password: 123456
### [本地开发环境搭建](docs/local.md)
### [Makefile 安装](docs/makefile.md)
@ -77,4 +85,4 @@
_**欢迎关注我们的公众号点击联系我们加入微信、qq运维群获得更多产品、行业相关资讯**_
![公众号](docs/qrcode_for_gzh.jpg)
![公众号](docs/images/qrcode_for_gzh.jpg)

View File

@ -18,7 +18,7 @@
### Technical Architecture
<img src=docs/view.png />
<img src=docs/images/view.jpg />
### Document
@ -51,7 +51,7 @@
### System Overview
- Service Tree
![1](docs/0.png "首页展示")
![1](docs/images/0.png "首页展示")
[View more screenshots](docs/screenshot.md)
@ -61,7 +61,17 @@
## Installation
### [One-Click Docker Quick Build](docs/docker_en.md)
### One-Click Docker Quick Build
- Prepare: install docker and docker-compose
- In directory cmdb
```
docker-compose up -d
```
- View: [http://127.0.0.1:8000](http://127.0.0.1:8000)
- username: demo or admin
- password: 123456
### [Local Setup](docs/local_en.md)
@ -77,6 +87,6 @@
---
_**Welcome to join us through QQ group336164978**_
_**Welcome to pay attention to our public account, click to contact us, join WeChat, QQ operation and maintenance group, and get more product and industry related information**_
![QQgroup](docs/qr_code.jpg)
![QQgroup](docs/images/qrcode_for_gzh.jpg)

View File

@ -1,5 +1,5 @@
NODE_ENV=production
VUE_APP_PREVIEW=false
VUE_APP_API_BASE_URL=/api
VUE_APP_API_BASE_URL=http://127.0.0.1:5000/api
VUE_APP_BUILD_PACKAGES="ticket,calendar,acl"
VUE_APP_IS_OUTER=true

View File

@ -1,9 +0,0 @@
- 进入主目录(先安装 docker 环境)
```
docker-compose up -d
```
- 浏览器打开: [http://127.0.0.1:8000](http://127.0.0.1:8000)
- username: demo 或者 admin
- password: 123456

View File

@ -1,10 +0,0 @@
### Install by Docker
- Prepare: install docker and docker-compose
- In directory cmdb
```
docker-compose up -d
```
- View: [http://127.0.0.1:8000](http://127.0.0.1:8000)
- username: demo or admin
- password: 123456

BIN
docs/images/1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

BIN
docs/images/10.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
docs/images/2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 273 KiB

View File

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

BIN
docs/images/4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

BIN
docs/images/5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

BIN
docs/images/6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 365 KiB

BIN
docs/images/7.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

BIN
docs/images/8.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 245 KiB

BIN
docs/images/9.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

View File

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 28 KiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View File

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docs/images/view.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@ -2,28 +2,28 @@
- 服务树
![1](0.png "首页展示")
![1](images/0.png "首页展示")
- 资源视图
![2](2.png "资源视图")
![2](images/2.png "资源视图")
- 订阅页面
![6](6.png "订阅页面")
![6](images/6.png "订阅页面")
- 模型配置
![9](9.png "模型配置")
![9](images/9.png "模型配置")
- 属性设置
![7](7.png "属性设置")
![7](images/7.png "属性设置")
- 资源搜索
![8](8.png "资源搜索")
![8](images/8.png "资源搜索")
- 定制仪表盘
![10](10.jpg "定制仪表盘")
![10](images/10.jpg "定制仪表盘")