docs(how-to-build): remove the APISIX RPM package installation (#5659)

This commit is contained in:
leslie 2021-12-01 17:36:19 +08:00 committed by GitHub
parent e90e3b7aa1
commit 62379b2ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 16 deletions

View File

@ -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).

View File

@ -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)。