How to run Moodle Cron service automatically

Re: How to run Moodle Cron service automatically

by Chad Outten -
Number of replies: 0
Picture of Testers

if you're using windows, install moodlecron.exe and add a scheduled task to IIS. if you've got cpanel, there's a cron job feature there. or if you prefer linux, via ssh, run

EDITOR=nano crontab -e

*/60 * * * * wget -q -O /dev/null http://yourmoodle.com/admin/cron.php