Extends issues to store checklist items Developed by Kirill Bezrukov http://www.redminecrm.com/projects/checklist/pages/1
Unzip it into ../plugins/. This would result in a directory-path like:
../plugins/redmine_issue_checklist/init.rb
or clone it from the redmine directory:
git clone https://github.com/Undev/redmine_issue_checklist.git plugins/redmine_issue_checklist
Migrate database and copy assets by following command:
bundle exec rake redmine:plugins NAME=redmine_issue_checklist RAILS_ENV=production
You now need to restart Redmine so that it shows the newly installed plugin in the list of installed plugins ("Administration -> Plugins"). Go to "Administration -> Plugins -> Redmine Issues Checklist plugin" and setup plugin global settings.
rake redmine:plugins:test NAME=redmine_issue_checklist RAILS_ENV=test_sqlite3
Redmine Checklist plugin is open source and released under the terms of the GNU General Public License v2 (GPL).