ande3577 / redmine_vote

Redmine Issues Vote Plugin
7 stars 7 forks source link

= Redmine Vote Plugin

This plugin is the result of several other people's work. We've added the ability for a user to cast multiple votes so our support staff can track requests.

This plugin is compatible with Redmine 2.3 only for, previous version, use 2.2_branch.

== Installation instructions

Copy this plugin to: plugins/redmine_vote

Migrate the database

RAILS_ENV=production rake redmine:plugins:migrate

If a previous version of the vote plugin has been used, run:

RAILS_ENV=production rake redmine:redmine_vote:initialize_votes

Restart redmine.