Update README.md

This commit is contained in:
dqzboy 2023-11-13 19:47:44 +08:00 committed by GitHub
parent 64f64a2978
commit f6cd5fbfc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,6 +11,10 @@
## What is DKube ## What is DKube
This is a K8s cluster management platformDKube 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 platformDKube 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 platformDKube 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
```