Skip to content

Commit

Permalink
更新部署方式
Browse files Browse the repository at this point in the history
  • Loading branch information
Gygkimo95 committed Oct 27, 2023
1 parent 2a84fea commit e36cf7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/deploy-manual/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ titile: 安装说明
# 安装说明
SQLE 提供了多种安装部署的方式,用户可以结合自己的环境和现状选择。初次体验或者测试使用的话建议使用docker-compose 或 docker 快速部署。
## 安装方式
1. 源码安装(待更新)
1. [源码安装](./source.md)
2. [RPM 部署](./rpm.md)
3. Docker 部署(待更新)
4. Docker Compsoe 部署(待更新)
3. [Docker 部署](./Docker.md)
4. [Docker Compsoe 部署](./DockerCompose.md)
## 如何访问
SQLE 对外提供 web 服务,在程序部署完成后,即可通过 SQLE UI 访问:http://127.0.0.1:10000, 地址和端口为配置文件内 dms.api 配置项。
:::tip
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy-manual/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cd dms && git checkout -b release-3.2310.x

```sh
cd ~/sqle-build/
git clone https://github.com/actiontech/sqle-ui.git
git clone https://github.com/actiontech/dms-ui.git
```

## 编译源码
Expand Down

0 comments on commit e36cf7f

Please sign in to comment.