123liubao commented on a change in pull request #5829:
URL: https://github.com/apache/apisix/pull/5829#discussion_r770372456



##########
File path: docs/en/latest/how-to-build.md
##########
@@ -54,6 +54,23 @@ $ sudo yum --showduplicates list apisix
 $ sudo yum install apisix
 ```
 
+### Installation via RPM Offline Package(CentOS 7)
+
+Download APISIX offline RPM package to `./apisix` folder
+
+```shell
+$ sudo mkdir -p apisix
+$ sudo yum install -y 
https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm
+$ sudo yum clean all && yum makecache
+$ sudo yum install -y --downloadonly --downloaddir=./apisix apisix
+```
+
+Copy `./apisix` folder to the target host, run the following command to 
install Apache APISIX.
+
+```shell
+$ yum install ./apisix/*.rpm

Review comment:
       OK , I've already added this. Done.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@apisix.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to