update readme
20
README.md
|
@ -17,7 +17,7 @@
|
|||
|
||||
### 整体架构
|
||||
|
||||
<img src=docs/view.jpg />
|
||||
<img src=docs/images/view.jpg />
|
||||
|
||||
### 相关文档
|
||||
|
||||
|
@ -51,12 +51,11 @@
|
|||
|
||||
- 服务树
|
||||
|
||||

|
||||

|
||||
|
||||
[查看更多展示](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运维群,获得更多产品、行业相关资讯**_
|
||||
|
||||

|
||||

|
||||
|
|
20
README_en.md
|
@ -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
|
||||

|
||||

|
||||
|
||||
[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 group(336164978)**_
|
||||
_**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**_
|
||||
|
||||

|
||||

|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
|
@ -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
|
After Width: | Height: | Size: 98 KiB |
After Width: | Height: | Size: 57 KiB |
After Width: | Height: | Size: 273 KiB |
Before Width: | Height: | Size: 41 KiB After Width: | Height: | Size: 41 KiB |
After Width: | Height: | Size: 78 KiB |
After Width: | Height: | Size: 82 KiB |
After Width: | Height: | Size: 365 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 245 KiB |
After Width: | Height: | Size: 200 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 29 KiB |
|
@ -2,28 +2,28 @@
|
|||
|
||||
- 服务树
|
||||
|
||||

|
||||

|
||||
|
||||
- 资源视图
|
||||
|
||||

|
||||

|
||||
|
||||
- 订阅页面
|
||||
|
||||

|
||||

|
||||
|
||||
- 模型配置
|
||||
|
||||

|
||||

|
||||
|
||||
- 属性设置
|
||||
|
||||

|
||||

|
||||
|
||||
- 资源搜索
|
||||
|
||||

|
||||

|
||||
|
||||
- 定制仪表盘
|
||||
|
||||

|
||||

|
||||
|
|