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 62379b2 docs(how-to-build): remove the APISIX RPM package installation (#5659) 62379b2 is described below commit 62379b2ded64821000556abee9147c69b6a7565d Author: leslie <59061168+leslie-ts...@users.noreply.github.com> AuthorDate: Wed Dec 1 17:36:19 2021 +0800 docs(how-to-build): remove the APISIX RPM package installation (#5659) --- docs/en/latest/how-to-build.md | 8 -------- docs/zh/latest/how-to-build.md | 8 -------- 2 files changed, 16 deletions(-) diff --git a/docs/en/latest/how-to-build.md b/docs/en/latest/how-to-build.md index 2cabe4c..96d9f12 100644 --- a/docs/en/latest/how-to-build.md +++ b/docs/en/latest/how-to-build.md @@ -53,14 +53,6 @@ If the official OpenResty repository is not installed yet, the following command sudo yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm ``` -### Installation via RPM Package(CentOS 7) - -This installation method is suitable for CentOS 7, please run the following command to install Apache APISIX. - -```shell -sudo yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-2.11.0-0.el7.x86_64.rpm -``` - ### Installation via Docker Please refer to: [Installing Apache APISIX with Docker](https://hub.docker.com/r/apache/apisix). diff --git a/docs/zh/latest/how-to-build.md b/docs/zh/latest/how-to-build.md index 520f80d..f997ab1 100644 --- a/docs/zh/latest/how-to-build.md +++ b/docs/zh/latest/how-to-build.md @@ -53,14 +53,6 @@ sudo yum install apisix sudo yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm ``` -### 通过 RPM 包安装(CentOS 7) - -这种安装方式适用于 CentOS 7 操作系统,请运行以下命令安装 Apache APISIX。 - -```shell -sudo yum install -y https://repos.apiseven.com/packages/centos/7/x86_64/apisix-2.11.0-0.el7.x86_64.rpm -``` - ### 通过 Docker 安装 详情请参考:[使用 Docker 安装 Apache APISIX](https://hub.docker.com/r/apache/apisix)。