Issue notification is redmine plugin that send notification to watchers about due date is coming
- cd /path_to_you_app/vendor/plugins
- git clone git://github.com/evgenii/redmine_issue_notification.git
- cd ../../
- rake db:migrate_plugins - to add columns
- ruby script/server - to start application. Enjoy!
To send notification add crontab for run rake task 'rake issue_notification:send'
Example:
crontab -e
choose text editor, then insert code
0 7 * * * cd /full/path/to/your/rails/application && rake issue_notification:send &> /tmp/cron_issue_notification.log
save it and crone will automatic starting
To start/stop/restart cron (on debian) use:
/etc/init.d/cron command
For now support only:
- Russian
- Ukrainian
- English