Hi people!
I’ve been playing around with the new way to deploy Kobo by using kobo-install script.
It runs ok in my local machine but now i need to remove it. (I’m running low in storage)
So , how do i do to remove completely the installation?
I’m running in Ubuntu 16.04.
Thanks in advance!
Hi @neridmartinez,
Please follow the following:
1. `python run.py --stop` (removes all KoBo Docker components except Docker images)
1. Remove `kobo-install`, `kobo-deployments`, `kobo-docker` (WARNING: deletes all forms and collected data!)
1. `docker system prune -a` (Caution: removes all unused Docker components, not just KoBo's)
2 Likes
Thank You Kal,
i’ve followed your instructions and recovered around 7 Gbs in my hard drive.
Nothing broken in the process.
2 Likes
can you share me how to install via kobo-install-script? i try it long time but still not work