Skip to content

Instantly share code, notes, and snippets.

@unifispot
Last active June 9, 2016 18:53
Show Gist options
  • Select an option

  • Save unifispot/601778640fdf8ff5e6b1bf3dc56ef6de to your computer and use it in GitHub Desktop.

Select an option

Save unifispot/601778640fdf8ff5e6b1bf3dc56ef6de to your computer and use it in GitHub Desktop.
Commands to fully uninstall poppet
#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