diff --git a/Docs/02-getting-started/quick-deployment/quick-deployment-57.md b/Docs/02-getting-started/quick-deployment/quick-deployment-57.md index 612aa3fe3..6e38f3a47 100644 --- a/Docs/02-getting-started/quick-deployment/quick-deployment-57.md +++ b/Docs/02-getting-started/quick-deployment/quick-deployment-57.md @@ -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 diff --git a/website/i18n/zh/docusaurus-plugin-content-docs/current/02-getting-started/quick-deployment/quick-deployment-57.md b/website/i18n/zh/docusaurus-plugin-content-docs/current/02-getting-started/quick-deployment/quick-deployment-57.md index 1777658e3..13076defc 100644 --- a/website/i18n/zh/docusaurus-plugin-content-docs/current/02-getting-started/quick-deployment/quick-deployment-57.md +++ b/website/i18n/zh/docusaurus-plugin-content-docs/current/02-getting-started/quick-deployment/quick-deployment-57.md @@ -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。 # 检查依赖文件