Uninstall plugins
Before running the commands shown on this page, you should load the Bitnami stack environment by executing the installdir/use_APPNAME script (Linux and MacOS) or by clicking the shortcut in the Start Menu under “Start -> Bitnami APPNAME Stack -> Application console” (Windows). On OS X VMs, the installation directory is /opt/bitnami and OS X VM users can click the “Open Terminal” button to run commands. Learn more about the Bitnami stack environment and about OS X VMs.
NOTE: The Approach A sections referred to below do not apply to Bitnami native installers. Users of Bitnami native installers should refer only to the Approach B sections.
To remove a Discourse plugin, follow these steps:
-
Log in to the server console.
-
Navigate to the Discourse plugins directory. Depending on your installation type, run the commands below:
-
Approach A (Bitnami installations using system packages):
$ cd installdir/discourse/plugins
-
Approach B (Self-contained Bitnami installations):
$ cd installdir/apps/discourse/htdocs//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