Skip to content

Instantly share code, notes, and snippets.

@minazou67
Last active June 28, 2016 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save minazou67/6af43531ddfcfd66fddf195b14c5d5ec to your computer and use it in GitHub Desktop.
Save minazou67/6af43531ddfcfd66fddf195b14c5d5ec to your computer and use it in GitHub Desktop.
How to remove the plug-in of redmine

How to remove the plug-in of redmine

下記のコマンドを実行して Redmine を再起動すればOK。

cd /path/to/redmine
bundle exec rake redmine:plugins:migrate NAME=${redmine_plugin_name} VERSION=0 RAILS_ENV=production
rm -rf plugins/redmine_plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment