Installation On Redmine 2.1.x - edavis10/redmine-stuff-to-do-plugin GitHub Wiki

NB: patch for Redmine 2.0 needed from https://github.com/Rumega/redmine-stuff-to-do-plugin

Installation (tested on 2.1.6.stable)

  1. git clone https://github.com/Rumega/redmine-stuff-to-do-plugin.git $redmine_home/plugins/stuff_to_do_plugin
  2. bundle exec rake redmine:plugins NAME=stuff_to_do_plugin RAILS_ENV=production
  3. restart your redmine instance

Uninstall

  1. bundle exec rake redmine:plugins NAME=stuff_to_do_plugin RAILS_ENV=production VERSION=0
  2. rm -r $redmine_home/plugins/stuff_to_do_plugin