= Redmine Vote {}[https://gemnasium.com/jongha/redmine_vote]
This is redmine vote plugin. Its style is similar to stackoverflow. You can vote for each message with a positive or negative point. When you install this plugin votes table is created internally. This plugin shows the sum of points the message using internal table. If you want to know the reaction of message in Redmine forum, this plugin helps you. And also if you want more functions of the plugin, you can add the issue on github freely. Thanks.
== Screenshot
{}[https://raw.github.com/jongha/redmine_vote/master/screenshot/screenshot.png]
== Installing a plugin
For Redmine 1.x: rake db:migrate_plugins RAILS_ENV=production
For Redmine 2.x: rake redmine:plugins:migrate RAILS_ENV=production
(Re)start Redmine.
== Uninstalling a plugin
For Redmine 1.x: rake db:migrate:plugin NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production
For Redmine 2.x: rake redmine:plugins:migrate NAME=redmine_vote VERSION=0.0.1 RAILS_ENV=production
Remove your plugin from the plugins folder: #{RAILS_ROOT}/plugins (Redmine 2.x) or #{RAILS_ROOT}/vendor/plugins (Redmine 1.x)..
(Re)start Redmine.
== License
redmine_vote is available under the terms of the MIT License.