Skip to content

Commit a92c00b

Browse files
authored
update package download link which shenyu current version is v2.5.1 (apache#918)
1 parent 4c1e250 commit a92c00b

File tree

12 files changed

+30
-30
lines changed

12 files changed

+30
-30
lines changed

docs/deployment/deployment-cluster.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
sidebar_position: 7
33
title: Cluster Deployment
4-
keywords: ["Gateway Cluster Enviroment", "Cluster Enviroment"]
5-
description: Cluster Delopyment
4+
keywords: ["Gateway Cluster Environment", "Cluster Environment"]
5+
description: Cluster Deployment
66
---
77

88
> Before you read this document, you need to complete some preparations before deploying Shenyu according to the [Deployment Prerequisites document](./deployment-before.md).
99
10-
This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment.
10+
This article introduces how to deploy the `Shenyu` gateway in cluster environment.
1111

1212
> In this part, you can see [ShenYu Binary Packages Deployment](./deployment-package.md) before deploying.
1313
14-
### Enviromental Preparation
14+
### Environmental Preparation
1515

1616
* Two or more Gateway Boostrap servers, these servers must install JDK1.8+.
1717
* A server for Gateway Admin, this server must install mysql/pgsql/h2 and JDK1.8+.
1818
* A server for nginx.
1919

2020
### Start Apache ShenYu Admin
2121

22-
* download and unzip [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz) in your Gateway Admin server.
22+
* download and unzip [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz) in your Gateway Admin server.
2323

2424
* config your database, go to the `/conf` directory, and modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
2525

@@ -35,7 +35,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
3535

3636
### Start Apache ShenYu Boostrap
3737

38-
* download and unzip [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
38+
* download and unzip [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
3939

4040
* config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
4141

docs/deployment/deployment-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
1111
1212
### Start Apache ShenYu Admin
1313

14-
* download [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
14+
* download [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
1515

1616
* unzip `apache-shenyu-${current.version}-admin-bin.tar.gz`。 go to the `bin` directory.
1717

@@ -57,7 +57,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
5757

5858
### Start Apache ShenYu Bootstrap
5959

60-
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
60+
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
6161

6262
* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
6363

docs/deployment/deployment-quick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: ["Deployment"]
55
description: Local Quick Deployment
66
---
77

8-
This article introduces how to quick start the `Apache ShenYu` gateway in the standalone environment.
8+
This article introduces how to quickly start the `Apache ShenYu` gateway in the standalone environment.
99

1010
> Before you read this document, you need to complete some preparations before deploying Shenyu according to the [Deployment Prerequisites document](./deployment-before.md).
1111
@@ -15,7 +15,7 @@ This article introduces how to quick start the `Apache ShenYu` gateway in the st
1515

1616
### Start Apache ShenYu Bootstrap
1717

18-
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
18+
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
1919

2020
* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
2121

i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: 集群部署
1919

2020
### 启动 Apache ShenYu Admin
2121

22-
* 在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-incubating-2.5.0-admin-bin.tar.gz)
22+
* 在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-admin-bin.tar.gz)
2323

2424
* 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`
2525

@@ -35,7 +35,7 @@ description: 集群部署
3535

3636
### 启动 Apache ShenYu Boostrap
3737

38-
* 在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-incubating-2.5.0-bootstrap-bin.tar.gz)
38+
* 在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-bootstrap-bin.tar.gz)
3939

4040
* 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
4141

i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: 二进制包部署
1212

1313
### 启动 Apache ShenYu Admin
1414

15-
* 下载 [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
15+
* 下载 [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
1616

1717
* 解压缩 `apache-shenyu-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
1818

@@ -58,7 +58,7 @@ description: 二进制包部署
5858

5959
### 启动 Apache ShenYu Bootstrap
6060

61-
* 下载 [`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
61+
* 下载 [`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
6262

6363
* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
6464

i18n/zh/docusaurus-plugin-content-docs/current/deployment/deployment-quick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: 单机快速部署
1515

1616
### 启动 Apache ShenYu Bootstrap
1717

18-
* 下载 [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
18+
* 下载 [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
1919

2020
* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
2121

i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/deployment/deployment-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ description: 集群部署
1919

2020
### 启动 Apache ShenYu Admin
2121

22-
* 在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-incubating-2.5.0-admin-bin.tar.gz)
22+
* 在你的网关管理端服务器下载并解压[apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-admin-bin.tar.gz)
2323

2424
* 配置你的数据库,进入`/conf`目录,在`application.yaml`文件中修改`spring.profiles.active`节点为`mysql`, `pg` or `h2`
2525

@@ -35,7 +35,7 @@ description: 集群部署
3535

3636
### 启动 Apache ShenYu Boostrap
3737

38-
* 在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-incubating-2.5.0-bootstrap-bin.tar.gz)
38+
* 在你的网关启动器服务器下载并解压[apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-incubating-2.5.1-bootstrap-bin.tar.gz)
3939

4040
* 配置你的数据同步方式,进入`/conf`目录,在`application.yaml`文件中修改`shenyu.sync`节点为`websocket`, `http`, `zookeeper`, `etcd`, `consul` 或者 `nacos`,这个配置必须与`ShenyYu Admin`的配置保持相同。
4141

i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/deployment/deployment-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: 二进制包部署
1212

1313
### 启动 Apache ShenYu Admin
1414

15-
* 下载 [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
15+
* 下载 [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
1616

1717
* 解压缩 `apache-shenyu-${current.version}-admin-bin.tar.gz`。 进入 `bin` 目录。
1818

@@ -58,7 +58,7 @@ description: 二进制包部署
5858

5959
### 启动 Apache ShenYu Bootstrap
6060

61-
* 下载 [`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
61+
* 下载 [`apache-shenyu-${current.version}-bootstrap-bin.tar.gz`](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
6262

6363
* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
6464

i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/deployment/deployment-quick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: 单机快速部署
1515

1616
### 启动 Apache ShenYu Bootstrap
1717

18-
* 下载 [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
18+
* 下载 [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
1919

2020
* 解压缩 `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 进入 bin 目录。
2121

versioned_docs/version-2.5.1/deployment/deployment-cluster.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
22
sidebar_position: 7
33
title: Cluster Deployment
4-
keywords: ["Gateway Cluster Enviroment", "Cluster Enviroment"]
5-
description: Cluster Delopyment
4+
keywords: ["Gateway Cluster Environment", "Cluster Environment"]
5+
description: Cluster Deployment
66
---
77

88
> Before you read this document, you need to complete some preparations before deploying Shenyu according to the [Deployment Prerequisites document](./deployment-before.md).
99
10-
This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment.
10+
This article introduces how to deploy the `Shenyu` gateway in cluster environment.
1111

1212
> In this part, you can see [ShenYu Binary Packages Deployment](./deployment-package.md) before deploying.
1313
14-
### Enviromental Preparation
14+
### Environmental Preparation
1515

1616
* Two or more Gateway Boostrap servers, these servers must install JDK1.8+.
1717
* A server for Gateway Admin, this server must install mysql/pgsql/h2 and JDK1.8+.
1818
* A server for nginx.
1919

2020
### Start Apache ShenYu Admin
2121

22-
* download and unzip [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz) in your Gateway Admin server.
22+
* download and unzip [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz) in your Gateway Admin server.
2323

2424
* config your database, go to the `/conf` directory, and modify `spring.profiles.active` of the configuration in `application.yaml` to `mysql`, `pg` or `h2`.
2525

@@ -35,7 +35,7 @@ This aritcle introduces how to delopy the `Shenyu` gateway in cluster enviroment
3535

3636
### Start Apache ShenYu Boostrap
3737

38-
* download and unzip [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
38+
* download and unzip [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/incubator/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz) in your Gateway Boostrap server.
3939

4040
* config your synchronization, go to the `/conf` directory, and modify `shenyu.sync` of configuration in `application.yaml` to `websocket`, `http`, `zookeeper`, `etcd`, `consul` or `nacos`, this configuaration must remain the same of `ShenyYu Admin`.
4141

versioned_docs/version-2.5.1/deployment/deployment-package.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
1111
1212
### Start Apache ShenYu Admin
1313

14-
* download [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-admin-bin.tar.gz)
14+
* download [apache-shenyu-${current.version}-admin-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-admin-bin.tar.gz)
1515

1616
* unzip `apache-shenyu-${current.version}-admin-bin.tar.gz`。 go to the `bin` directory.
1717

@@ -57,7 +57,7 @@ This article introduces the deployment of the `Apache ShenYu` gateway using the
5757

5858
### Start Apache ShenYu Bootstrap
5959

60-
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
60+
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
6161

6262
* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
6363

versioned_docs/version-2.5.1/deployment/deployment-quick.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords: ["Deployment"]
55
description: Local Quick Deployment
66
---
77

8-
This article introduces how to quick start the `Apache ShenYu` gateway in the standalone environment.
8+
This article introduces how to quickly start the `Apache ShenYu` gateway in the standalone environment.
99

1010
> Before you read this document, you need to complete some preparations before deploying Shenyu according to the [Deployment Prerequisites document](./deployment-before.md).
1111
@@ -15,7 +15,7 @@ This article introduces how to quick start the `Apache ShenYu` gateway in the st
1515

1616
### Start Apache ShenYu Bootstrap
1717

18-
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.0/apache-shenyu-2.5.0-bootstrap-bin.tar.gz)
18+
* download [apache-shenyu-${current.version}-bootstrap-bin.tar.gz](https://archive.apache.org/dist/shenyu/2.5.1/apache-shenyu-2.5.1-bootstrap-bin.tar.gz)
1919

2020
* unzip `apache-shenyu-${current.version}-bootstrap-bin.tar.gz`。 go to the `bin` directory.
2121

0 commit comments

Comments
 (0)