docs: added installation mode for LTS version (#6269)

This commit is contained in:
John Chever 2022-02-10 09:44:01 +08:00 committed by GitHub
parent defafb1e42
commit 04a4cf18d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 2 deletions

View File

@ -23,7 +23,7 @@ title: How to build Apache APISIX
## Step 1: Install Apache APISIX
You can install Apache APISIX via RPM Repository, Docker, Helm Chart, and source release package. Please choose one from the following options.
You can install Apache APISIX via RPM Repository, Docker, Helm Chart, source release package, and source release package ( LTS version ). Please choose one from the following options.
### Installation via RPM Repository(CentOS 7)
@ -128,6 +128,10 @@ Please refer to: [Installing Apache APISIX with Helm Chart](https://github.com/a
Attention please, this operation will totally **remove** the related files.
### LTS version Installation via Source Release Package
The current LTS VERSION of Apache APISIX is `2.10.3`. Set `APISIX VERSION` in [install by source package](# Install by source package) to `2.10.3` and follow the other steps.
## Step 2: Install ETCD
This step is required if you have installed only Apache APISIX via RPM, Docker or source code but not ETCD.

View File

@ -23,7 +23,7 @@ title: 如何构建 Apache APISIX
## 步骤1安装 Apache APISIX
你可以通过 RPM 仓库、Docker、Helm Chart、源码包等多种方式来安装 Apache APISIX。请在以下选项中选择其中一种执行。
你可以通过 RPM 仓库、Docker、Helm Chart、源码包、源码包LTS 版本)等多种方式来安装 Apache APISIX。请在以下选项中选择其中一种执行。
### 通过 RPM 仓库安装CentOS 7
@ -128,6 +128,10 @@ $ sudo yum install ./apisix/*.rpm
请注意,该操作将完整**删除**相关文件。
### 通过源码包安装 LTS 版本
目前 Apache APISIX 的 LTS 版本为 `2.10.3`,将“[通过源码包安装](#通过源码包安装)”中的 `APISIX_VERSION` 设置成 `2.10.3` ,其他步骤按顺序进行即可。
## 步骤2安装 ETCD
如果你只通过 RPM、Docker 或源代码安装了 Apache APISIX而没有安装 ETCD则需要这一步。