You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/01/30 02:39:45 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #6236: build: make uninstall related files of runtime

spacewander commented on a change in pull request #6236:
URL: https://github.com/apache/apisix/pull/6236#discussion_r795116859



##########
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.

Review comment:
       ```suggestion
   5. If you have no more need for the Apache APISIX runtime, you could uninstall it like this.
   ```

##########
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:
       ```suggestion
   Attention please, this operation will totally **remove** the related files.
   ```




-- 
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-unsubscribe@apisix.apache.org

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