Any howto "crontab" somewhere?

Done (looong time ago :slight_smile:), but the document only talk about this call:

$ php /path/to/ojs2/tools/runScheduledTasks.php

And as far as I know, it won’t be enough if you want to run statistics, DOI autoregistration, etc.

For instance, I run this hourly for each of my journals:

$ php tools/runScheduledTasks.php 
$ php tools/runScheduledTasks.php plugins/generic/usageStats/scheduledTasksAutoStage.xml
$ php tools/runScheduledTasks.php plugins/importexport/crossref/scheduledTasks.xml

But I don’t know what if other modules need a specific call or the first call will do the job.

Cheers,
m.