LuBan 鲁班运维平台3.0, 本项目使用Go1.15.x、 Gin、Gorm开发, 前端使用的是Vue3+Ant Design2.2.x框架。
后端源码 | 前端源码 | |
---|---|---|
github | https://github.com/dnsjia/luban | https://github.com/dnsjia/luban/luban_fe |
- 安装编译
# 拉取代码
git clone https://github.com/dnsjia/luban.git
# 打包
cd luban
go build main.go -o ./luban
or
GOOS=windows GOARCH=amd64 go build main.go ./luban
# 启动
./luban
# 启动前端
cd luban/luban_fe
npm install
npm run dev
- 启动服务前先创建etc/config.yaml
# 数据库配置
mysql:
path: '192.168.1.96:3306'
db-name: 'luban'
username: 'root'
password: '123456'
- 初始化数据库
windows执行以下脚本, 初始化数据库
init_db.bat
- 初始账号: admin 密码: luban123
-
K8S多集群管理
-
资产管理
-
应用发布
-
运维工具
-
操作审计
账号: guji 密码: demo.luban!1
- 审批流
对于项目感兴趣,想一起贡献并完善项目请参阅contributing。
- 参考安装文档
- 阅读 源码
- 阅读 wiki 或者寻求帮助
- 直接反馈issue ,我们会定期查看与答复
- 有兴趣的同学可以加入我们的QQ交流群,代码会持续更新,谢谢大家的支持。 QQ群: 258130203
- 同时也欢迎大家加入Kubernetes进阶交流群:548246072
- Golang新手交流群:44739364
Everything is Apache License 2.0.