File tree Expand file tree Collapse file tree 1 file changed +21
-5
lines changed
Expand file tree Collapse file tree 1 file changed +21
-5
lines changed Original file line number Diff line number Diff line change @@ -15,17 +15,33 @@ SQLBot 是一款基于大模型和 RAG 的智能问数系统。SQLBot 的优势
1515
1616## 快速开始
1717
18- 准备一台 Linux 机器,执行一键安装脚本:
18+ ### 安装部署
1919
20- ```
21- docker run -d --name=sqlbot --restart=always -p 8080:8080 -v ~/.sqlbot:/var/lib/postgresql/data -v ~/.python-packages:/opt/sqlbot/app/sandbox/python-packages registry.fit2cloud.com/sqlbot/sqlbot
20+ 准备一台 Linux 服务器,执行以下一键安装脚本。
21+ 在运行 SQLBot 前,请确保已安装好 [ Docker] ( https://docs.docker.com/get-docker/ ) 和 [ Docker Compose] ( https://docs.docker.com/compose/install/ ) 。
22+
23+ ``` bash
24+ # 创建目录
25+ mkdir -p /opt/sqlbot
26+ cd /opt/sqlbot
27+
28+ # 下载 docker-compose.yaml
29+ curl -o docker-compose.yaml https://raw.githubusercontent.com/dataease/SQLBot/main/docker-compose.yaml
2230
23- # 用户名: admin
24- # 密码: SQLBot@123..
31+ # 启动服务
32+ docker compose up -d
2533```
2634
2735你也可以通过 [ 1Panel 应用商店] ( https://apps.fit2cloud.com/1panel ) 快速部署 SQLBot;
2836
37+ ### 访问方式
38+
39+ - 在浏览器中打开: http://<你的服务器IP>:8000/
40+ - 用户名: admin
41+ - 密码: SQLBot@123456
42+
43+ ### 联系我们
44+
2945如你有更多问题,可以加入我们的技术交流群与我们交流。
3046
3147TBD: 交流群二维码
You can’t perform that action at this time.
0 commit comments