There was a problem loading the comments.

How to create the e-learning cron jobs

Support Portal  »  Knowledgebase (FAQ)  »  Viewing Article

  Print
Editions: Campus, Extension E-Learning
Versions: 3.6.0+


The e-learning-extension requires the installation of three cron jobs.

Therefore, run the following command as root

# crontab -e


and add the following two lines:

*/1 * * * * /path/to/vimp/scripts/sync_new_elearning_uploads.sh > /dev/null 2>&1 
*/1 * * * * /path/to/vimp/scripts/sync_elearning_assessment.sh > /dev/null 2<&1
*/10 * * * * cd /path/to/vimp ; php -f symfony -- elearning:change-status < /dev/null 2>&1


Exchange /path/to/vimp with the according path of your VIMP folder on your server.


Share via

Related Articles

© VIMP GmbH