/ Published in: Bash
The Drupal website will be updated every 45 minutes after the hour.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#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