kwanhur commented on a change in pull request #6236: URL: https://github.com/apache/apisix/pull/6236#discussion_r795120770
########## File path: docs/en/latest/how-to-build.md ########## @@ -117,6 +117,15 @@ Please refer to: [Installing Apache APISIX with Helm Chart](https://github.com/a Solution: set `LDAP_DIR` with `luarocks config` manually, for example `luarocks config variables.LDAP_DIR /usr/local/opt/openldap/` +5. If you have no more need of the Apache APISIX runtime, uninstall it. + +```shell + # Uninstall apisix command + $ make uninstall +``` + + Attention please, this operation will totally **remove** the related files. Review comment: line#127 aligns at line#97, so it starts with two space. -- 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]
