Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edmagne committed Jan 25, 2012
1 parent bc8c4a3 commit e966823
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 2 deletions.
Empty file removed README
Empty file.
47 changes: 45 additions & 2 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,46 @@
= issue_polls
= Redmine Issues Polls

A redmine plugin to elect issues.


== Features

1. Eligible status configuration: Member with (:permission_poll_config) can set issues eligible status.
2. Member votes configuration: Member with (:permission_poll_config) can set number of members votes.
3. Column "votes" to issues.
4. Add votes to issues.
5. Cancel votes.
6. See all issue's votes.


== Instalation and setup

1. Copy your plugin directory into #{RAILS_ROOT}/vendor/plugins.

cd #{RAILS_ROOT}/vendor/plugins

git clone git://github.com/dextra/redmine_issues_polls.git

2. Upgrade your database (make a db backup before):

rake db:migrate:plugin NAME=redmine_issues_polls RAILS_ENV=production

3. Restart Redmine

You should now be able to see the plugin list in Administration -> Plugins.
You must to set permissions.


== Uninstalling

1. Downgrade your database (make a db backup before):

rake db:migrate:plugin NAME=redmine_issues_polls VERSION=0 RAILS_ENV=production

2. Remove your plugin from #{RAILS_ROOT}/vendor/plugins.

3. Restart Redmine


== Usage

Description goes here

0 comments on commit e966823

Please sign in to comment.