Redmine plugin that clone issues at the start of month and postpone issues dates
- cd /path_to_you_app/vendor/plugins
- git clone git://github.com/evgenii/redmine_issue_cloner.git
- cd ../../
- rake db:migrate_plugins - to add columns
- ruby script/server - to start application. Enjoy!
Add rake task to crontab for run 'rake issue_cloner:clone'
Example:
crontab -e
choose text editor, then insert code
0 7 * * * cd /full/path/to/your/rails/application && rake issue_cloner:clone &> /tmp/cron_issue_cloner.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