You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,16 @@ You should now be able to see the plugin list in Administration -> Plugins.
41
41
42
42
## Configuration
43
43
44
-
1. Set the check for recurrence via Crontab.
44
+
1. Set the check for recurrence via Crontab or similar.
45
45
46
46
"Pure" crontab example (running the check for recurrence every 6 hours on the 15s) -- replace {path_to_redmine} with your actual path, e.g. /var/www/redmine:
You can also use e.g. cron.daily or cron.hourly to avoid having to figure out the precise cron syntax for the schedule.
51
+
You can also use e.g. cron.daily or cron.hourly to avoid having to figure out the precise cron syntax for the schedule; Ruby gems Rufus Scheduler and Whenever can also be used; the key point is that something needs to call recur_tasks on a regular basis.
52
+
53
+
More information on Rufus Scheduler config at ([#72](https://github.com/nutso/redmine-plugin-recurring-tasks/issues/72)
52
54
53
55
2. Decide which role(s) should have the ability to view/add/edit/delete issue recurrence and configure accordingly in Redmine's permission manager (Administration > Roles and Permissions)
0 commit comments