Added cron section to install guide

skala
ywarnier 15 years ago
parent 46bb3696b7
commit d0a89f25ef
  1. 4
      documentation/installation_guide.html

@ -760,8 +760,10 @@ Setting up a cron task is easy and there are several ways to do it. We recommend
you have a look at the <a href="http://drupal.org/cron">Drupal documentation you have a look at the <a href="http://drupal.org/cron">Drupal documentation
for setting up cron</a> and define your own cron process as: for setting up cron</a> and define your own cron process as:
<pre> <pre>
35 * * * * wget -O - -q -t 1 http://campus.example.com/main/cron/notification.php 35 * * * * wget -O - -q -t 1 http://campus.example.com/main/cron/run.php
</pre> </pre>
Make sure you have a look into run.php as maybe you want to change a few
settings there.
</p> </p>
<hr style="width: 100%; height: 2px;" /> <hr style="width: 100%; height: 2px;" />

Loading…
Cancel
Save