mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
feat(docs): add uninstall subcommand to uninstall page, remove preset option
This commit is contained in:
parent
e3da0a573d
commit
efdc0f93fd
2 changed files with 8 additions and 13 deletions
|
|
@ -5,7 +5,13 @@ description: How to uninstall CKAN after having installed with ckan-devstaller
|
|||
|
||||
You may want to uninstall CKAN and related files after having ran ckan-devstaller. This can be useful if you want to re-run ckan-devstaller with a different configuration or are developing ckan-devstaller.
|
||||
|
||||
Run the following script to uninstall CKAN and files related to ckan-devstaller:
|
||||
The uninstallation process can be done by running:
|
||||
|
||||
```bash
|
||||
./ckan-devstaller uninstall
|
||||
```
|
||||
|
||||
The following script will be ran to uninstall CKAN and files related to ckan-devstaller:
|
||||
|
||||
```bash
|
||||
sudo rm -rf /usr/lib/ckan
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue