Last active
June 9, 2016 18:53
-
-
Save unifispot/601778640fdf8ff5e6b1bf3dc56ef6de to your computer and use it in GitHub Desktop.
Commands to fully uninstall poppet
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #completely uninstall poppet | |
| #WARNING it will delete all the data including the database | |
| rm -rf /usr/share/nginx/poppet | |
| rm -rf /etc/uwsgi | |
| rm -rf /etc/supervisor/conf.d/unifispot_celery.conf | |
| rm -rf rm -rf /etc/nginx/sites-enabled/wifiapp | |
| mysqladmin -uroot -p drop poppet |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment