Browse Source

Added cron section to install guide

ywarnier 14 năm trước cách đây
mục cha
commit
d0a89f25ef
1 tập tin đã thay đổi với 4 bổ sung2 xóa
  1. 4 2
      documentation/installation_guide.html

+ 4 - 2
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 
 for setting up cron</a> and define your own cron process as:
 <pre>
-35 * * * * wget -O - -q -t 1 http://campus.example.com/main/cron/notification.php
-</pre> 
+35 * * * * wget -O - -q -t 1 http://campus.example.com/main/cron/run.php
+</pre>
+Make sure you have a look into run.php as maybe you want to change a few 
+settings there.
 </p>
 
 <hr style="width: 100%; height: 2px;" />