Skip to content

Installation On Redmine 2.1.x

dhia-eddine edited this page Apr 17, 2013 · 2 revisions

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
Clone this wiki locally