Project

General

Profile

HELP: how to uninstall a wrong installed plugin

Added by missey Deng about 14 years ago

my install step:
1. cd vendor/plugins/
2. git clone git://github.com/dalyons/redmine-todos-scrum-plugin.git
3. cd ../../
4. chown -R www:www *
5. rake db:migrate RAILS_ENV=production
6. rake db:migrate_plugins RAILS_ENV=production
7. ruby script/server -e production -d
all ok now.
but when login with admin, the redmine_todos_plugin can not work,
then i found a NOTE at the bottom of http://github.com/dalyons/redmine-todos-scrum-plugin.
it said: "the plugin directory has to be "redmine_todos_plugin"....."

then i tried to uninstall it. but failed.
I use somthing like follow:

rake db:migrate:plugin RAILS_ENV=production NAME=redmine-todos-scrum-plugin VERSION=0
rake db:migrate:plugin RAILS_ENV=production NAME=redmine_todos_plugin VERSION=0
ruby script/plugin remove redmine-todos-scrum-plugin
ruby script/plugin remove redmine_todos_plugin

how to remove the wrong installed plugin. i want reinstall it.


Replies (1)

RE: HELP: how to uninstall a wrong installed plugin - Added by Guy Saban about 14 years ago

I tried your approach and found that a change to the syntax of the command worked. So for you I would suggest the following:

rake db:migrate:plugin NAME=redmine-todos-scrum-plugin VERSION=0 RAILS_ENV=production
ruby script/plugin remove redmine-todos-scrum-plugin

All the best,
Guy Saban

    (1-1/1)