Clone repository to your redmine/plugins directory
git clone git://github.com/olemskoi/redmine_centosadmin_rating.git
Install dependencies
bundle install
Run migration
rake redmine:plugins:migrate
To activate the notification of need to evaluate the closed tasks, run
cd /redmine_path && bundle exec whenever -i redmine_centosadmin_rating -f plugins/redmine_centosadmin_rating/config/schedule.rb
For more information about whenever, see - https://github.com/javan/whenever
Restart redmine
To activate notifications:
- go to redmine_host/settings/plugin/redmine_centosadmin_rating.
- enable notifications.
- select issue's status.
- set notice day.
cd /redmine_path/plugins/redmine_centosadmin_rating
bundle exec rspec spec
Work on this plugin was fully funded by Southbridge
Developed by kernel web
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request