File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed
Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ ZenOps 是一个面向运维领域的数据智能化查询工具,通过统一
2828- ** 插件化架构** : 易于扩展新的云平台和服务
2929
3030> 📝 快速入门上手文档:[ 开源项目ZenOps:带你领略禅意运维] ( https://wiki.eryajf.net/pages/a908c5/ ) ,详细介绍了mcp,钉钉,飞书,企微等联动使用的配置方法。
31+ > 2026-01-01日更新:可直接使用下边快速开始的docker命令进行部署使用。
3132
3233---
3334
@@ -42,25 +43,15 @@ ZenOps 是一个面向运维领域的数据智能化查询工具,通过统一
4243### 安装
4344
4445``` bash
45- # 克隆仓库
46- git clone https://github.com/eryajf/zenops.git
47- cd zenops
48-
49- # 编译
50- make build
46+ # 直接使用docker部署
47+ docker run -itd --name zenops -p 8080:8080 -p 8081:8081 -v ./data:/app/data docker.cnb.cool/opsre/zenops
5148```
5249
53- 也可以直接下载预编译的二进制文件,或者使用 docker 运行。
54-
55- ### 配置
50+ 运行启动之后,可以通过 http://localhost:8080 访问前端页面,默认管理员账号密码为:` admin/admin123 `
5651
57- 复制配置文件模板并修改:
58-
59- ``` bash
60- cp config.example.yaml config.yaml
61- ```
52+ 然后可以在管理后台先在系统设置中配置LLM,IM,云厂商秘钥等几项配置项,即可进行页面上的对话调试。
6253
63- 按需配置其中的各配置项 。
54+ 目前外部MCP支持在后台页面上配置,可直接在页面上配置使用,启用之后,自动会应用,可以在页面对话中进行调试 。
6455
6556### 使用
6657
@@ -104,6 +95,12 @@ cp config.example.yaml config.yaml
10495| ` CNB ` | < https://cnb.cool/opsre/ZenOps > |
10596| ` GitHub ` | < https://github.com/opsre/ZenOps > |
10697
98+ ## 交流群
99+
100+ 如果你有任何问题或者建议,欢迎加入我们的交流群,一块儿交流使用经验与想法!
101+
102+ ![ ] ( https://t.eryajf.net/imgs/2026/01/1767279508482.webp )
103+
107104## 捐赠打赏
108105
109106如果你觉得这个项目对你有帮助,你可以请作者喝杯咖啡 ☕️
You can’t perform that action at this time.
0 commit comments