Go to file
fanshuai 53c33cfd55 update readme 2025-08-13 09:50:57 +08:00
bin first commit 2024-01-05 08:46:24 +08:00
docker first commit 2024-01-05 08:46:24 +08:00
k8s k8s 2025-05-07 15:20:18 +08:00
react-ui Merge remote-tracking branch 'origin/dev' 2025-05-14 16:24:04 +08:00
ruoyi-api 优化 2025-05-13 11:28:50 +08:00
ruoyi-auth 用户同步功能开发 2025-04-03 10:56:45 +08:00
ruoyi-common 优化“导出”bug 2025-04-02 17:31:23 +08:00
ruoyi-gateway 本地配置调整 2024-11-06 14:42:45 +08:00
ruoyi-modules 优化 2025-05-14 16:23:18 +08:00
ruoyi-visual nacos修改 2024-10-11 16:40:45 +08:00
sql 配置 2024-04-02 14:24:50 +08:00
部署-arm arm部署文档和文件 2024-11-12 08:41:01 +08:00
.gitignore fix: Typography.Paragraph 样式 2025-04-09 16:18:11 +08:00
LICENSE first commit 2024-01-05 08:46:24 +08:00
README.md update readme 2025-08-13 09:50:57 +08:00
pom.xml first commit 2024-01-05 08:46:24 +08:00

README.md

复杂智能软件统一管理平台安装部署

上传安装脚本

step1: 安装mysql

helm install mysql . -n ci4s-test

step2: 安装redis

helm install redis . -n ci4s-test

step3: 安装nacos

在第一步安装的mysql中创建nacos-ci4s-config数据库(选UTF-8)并且运行naocs初始化脚本 kubectl create -f k8s-3nacos.yaml

step4: 安装服务

kubectl create -f *.yaml