Revision: 13264
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 16, 2009 14:38 by chrisaiv
Initial Code
#Step 1: Open Terminal and type 'which curl' # It might return something like /usr/bin/curl #Step 2: In Terminal type 'crontab -e' or if you have TextMate type 'crontab' #Step 3: Paste this code 45 * * * * /location/of/curl --silent --compressed http://localhost/cron.php
Initial URL
Initial Description
The Drupal website will be updated every 45 minutes after the hour.
Initial Title
Drupal: Basic CronJob example
Initial Tags
drupal
Initial Language
Bash