Wednesday, July 10, 2013

How to install To-Do plugin in Redmine

cd to your redmine vendor/plugins dir.

Git-clone the plugin from this repo into a folder in there (git clone git://github.com/dalyons/redmine-todos-scrum-plugin.git redmine_todos_plugin)

Run the plugin migrations +rake db:migrate_plugins+

Restart your Redmine web servers (e.g. mongrel, thin, mod_rails)

Login to your Redmine install as an Administrator

Setup the permissions for the todos module for your roles

Enable the module on a per-project basis as needed.

No comments:

Post a Comment