AppStateESS/InternshipInventory

View on GitHub
crontab.txt

Summary

Maintainability
Test Coverage
/***
 * Example crontab entries for Internship Inventory
 *
 * NB: You'll need to change the path to the phpwebsite directory, and the path
 * to phpwebsite's config.php.
 */

# Send enrollment reminder emails every Monday morning at 7am
0 7 * * 1 SERVER_NAME="localhost.example" /var/www/phpwebsite/mod/intern/cli.php /var/www/branches/internshipinventory/config/core/config.php intern '\Intern\Command\SendPendingEnrollmentReminders' >> /var/www/phpwebsite/logs/cron.log 2>&1