Skip to content

Commit d5ba5dc

Browse files
docs: optimize the Quick Start section
1 parent 24e7cfd commit d5ba5dc

File tree

1 file changed

+21
-5
lines changed

1 file changed

+21
-5
lines changed

README.md

Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff 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

3147
TBD: 交流群二维码

0 commit comments

Comments
 (0)