mirror of
https://github.com/dathere/ckan-devstaller.git
synced 2025-11-09 13:39:49 +00:00
docs: add CKAN uninstall tutorial
This commit is contained in:
parent
39991438dd
commit
cbd0a6dfd9
1 changed files with 16 additions and 0 deletions
16
docs/content/docs/tutorials/uninstall-ckan.mdx
Normal file
16
docs/content/docs/tutorials/uninstall-ckan.mdx
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
title: Uninstall CKAN
|
||||||
|
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:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo rm -rf /usr/lib/ckan
|
||||||
|
sudo rm -rf /etc/ckan
|
||||||
|
cd ~/
|
||||||
|
rm -rf qsv*
|
||||||
|
rm -rf README ckan-compose ahoy dpp_default_config.ini get-docker.sh permissions.sql
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue