Uninstall plugins
To remove a Discourse plugin, follow these steps:
-
Log in to the server console.
-
Navigate to the Discourse plugins directory:
$ cd /opt/bitnami/discourse/plugins
-
Execute the following commands, replacing PLUGIN-DIR with the name of the directory containing the plugin you wish to remove:
$ rm -rf PLUGIN-DIR $ sudo RAILS_ENV=production bundle exec rake assets:precompile