Update README.md
This commit is contained in:
parent
64f64a2978
commit
f6cd5fbfc8
11
README.md
11
README.md
@ -11,6 +11,10 @@
|
|||||||
## What is DKube
|
## What is DKube
|
||||||
This is a K8s cluster management platform;DKube Provides a wizard-style operation interface for K8s cluster management to help your team manage your cluster environment quickly and easily
|
This is a K8s cluster management platform;DKube Provides a wizard-style operation interface for K8s cluster management to help your team manage your cluster environment quickly and easily
|
||||||
|
|
||||||
|
## 前端 | Front
|
||||||
|
- 前端项目仓库访问地址如下:<br>
|
||||||
|
[DKube-Web](https://github.com/dqzboy/DKube-Web)
|
||||||
|
|
||||||
## 功能 | Function
|
## 功能 | Function
|
||||||
|
|
||||||
<details>
|
<details>
|
||||||
@ -68,6 +72,7 @@ This is a K8s cluster management platform;DKube Provides a wizard-style operat
|
|||||||
|
|
||||||
|
|
||||||
## 部署 | deploy
|
## 部署 | deploy
|
||||||
|
### 后端
|
||||||
- 修改kube-config路径: `config/config.go`
|
- 修改kube-config路径: `config/config.go`
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
@ -92,3 +97,9 @@ DbName = "dkube"
|
|||||||
DbUser = "root"
|
DbUser = "root"
|
||||||
DbPwd = "123456"
|
DbPwd = "123456"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### 前端
|
||||||
|
```shell
|
||||||
|
npm install
|
||||||
|
npm run build
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user