You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/02/10 01:44:07 UTC

[apisix] branch master updated: docs: added installation mode for LTS version (#6269)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 04a4cf1  docs: added installation mode for LTS version (#6269)
04a4cf1 is described below

commit 04a4cf18d083d4940ad88bdc87b255dd18cfaab3
Author: John Chever <mr...@hotmail.com>
AuthorDate: Thu Feb 10 09:44:01 2022 +0800

    docs: added installation mode for LTS version (#6269)
---
 docs/en/latest/how-to-build.md | 6 +++++-
 docs/zh/latest/how-to-build.md | 6 +++++-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/docs/en/latest/how-to-build.md b/docs/en/latest/how-to-build.md
index 2eb830b..e02f362 100644
--- a/docs/en/latest/how-to-build.md
+++ b/docs/en/latest/how-to-build.md
@@ -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.
diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md
index 10a0f39..5fe544e 100644
--- a/docs/zh/latest/how-to-build.md
+++ b/docs/zh/latest/how-to-build.md
@@ -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,则需要这一步。