mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-02 12:07:35 +08:00
docs: added installation mode for LTS version (#6269)
This commit is contained in:
parent
defafb1e42
commit
04a4cf18d0
@ -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.
|
||||
|
@ -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,则需要这一步。
|
||||
|
Loading…
Reference in New Issue
Block a user