Skip to content

Commit

Permalink
update the docs of quick-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Nliver authored and mergify[bot] committed Oct 26, 2022
1 parent fa10131 commit d74e182
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ sidebar_position: 3.12

# Quick Deploy StoneDB-5.7
## 1. Download the installation package
Click [here](https://static.stoneatom.com/custom/stonedb-ce-5.7-v1.0.0.el7.x86_64.tar.gz) to download the latest installation package of StoneDB.
Click [here](https://static.stoneatom.com/custom/stonedb-ce-5.7-v1.0.1.el7.x86_64.tar.gz) to download the latest installation package of StoneDB.
:::info
To simplify deployment, the installation package provided here is pre-compiled to include all required dependencies.
:::
## 2. Upload and decompress the TAR package
```shell
cd /
tar -zxvf stonedb-ce-5.7-v1.0.0.el7.x86_64.tar.gz
tar -zxvf stonedb-ce-5.7-v1.0.1.el7.x86_64.tar.gz
```
You can upload the installation package to the server. The name of the folder extracted from the package is **stonedb57**. In this topic, **/stonedb57** is used as the installation package.
## 3. Check dependencies
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ sidebar_position: 3.12
# 快速部署 StoneDB-5.7
为方便用户快速上手,安装包是已经编译好的,只需要检查自己的环境是否缺少依赖。
## 下载安装包
点击 [此处](https://static.stoneatom.com/custom/stonedb-ce-5.7-v1.0.0.el7.x86_64.tar.gz)下载最新的安装包。
点击 [此处](https://static.stoneatom.com/custom/stonedb-ce-5.7-v1.0.1.el7.x86_64.tar.gz)下载最新的安装包。
## 上传tar包并解压
```shell
cd /
tar -zxvf stonedb-ce-5.7-v1.0.0.el7.x86_64.tar.gz
tar -zxvf stonedb-ce-5.7-v1.0.1.el7.x86_64.tar.gz
```
用户可根据安装规范将安装包上传至服务器,解压出来的目录是 stonedb57,示例中的安装路径是 /stonedb57。
# 检查依赖文件
Expand Down

0 comments on commit d74e182

Please sign in to comment.