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)
- git clone https://github.com/Rumega/redmine-stuff-to-do-plugin.git $redmine_home/plugins/stuff_to_do_plugin
- bundle exec rake redmine:plugins NAME=stuff_to_do_plugin RAILS_ENV=production
- restart your redmine instance
Uninstall
- bundle exec rake redmine:plugins NAME=stuff_to_do_plugin RAILS_ENV=production VERSION=0
- rm -r $redmine_home/plugins/stuff_to_do_plugin