leslie-tsang opened a new issue #5785: URL: https://github.com/apache/apisix/issues/5785
### Issue description Currently, the installation docs of Apache APISIX doesn't mention the offline installation scenarios, which is common in the enterprise. ## Solution add a offline installation demo in [how-to-build.md](https://github.com/apache/apisix/blob/master/docs/en/latest/how-to-build.md) ```shell ## download APISIX offline RPM packages via YUM to `./apisix` folder mkdir -p apisix yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm yum clean all && yum makecache yum install -y --downloadonly --downloaddir=./apisix apisix ``` > copy `./apisix` folder to target host ```shell ## install APISIX via RPM yum install ./apisix/*.rpm ``` ### Environment - apisix version (cmd: `apisix version`): - OS (cmd: `uname -a`): - OpenResty / Nginx version (cmd: `nginx -V` or `openresty -V`): - etcd version, if have (cmd: run `curl http://127.0.0.1:9090/v1/server_info` to get the info from server-info API): - apisix-dashboard version, if have: - the plugin runner version, if the issue is about a plugin runner (cmd: depended on the kind of runner): - luarocks version, if the issue is about installation (cmd: `luarocks --version`): -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
