- Patch #19588 by Uwe: INSTALL.txt updates.
parent
7bdcba1720
commit
71c021c6f7
|
@ -18,7 +18,7 @@ Drupal requires a web server, PHP4 (4.3.3 or greater) or PHP5
|
|||
(http://www.php.net/) and either MySQL (http://www.mysql.com/)
|
||||
or PostgreSQL (http://www.postgresql.org/).
|
||||
|
||||
NOTE: The Apache web server and MySQL database are strongly recommended;
|
||||
NOTE: the Apache web server and MySQL database are strongly recommended;
|
||||
other web server and database combinations such as IIS and PostgreSQL
|
||||
are possible but tested to a lesser extent.
|
||||
|
||||
|
@ -206,7 +206,7 @@ INSTALLATION
|
|||
this. The following example crontab line will activate the cron
|
||||
tasks automatically on the hour:
|
||||
|
||||
0 * * * * wget -O - -q http://www.example.com/cron.php
|
||||
0 * * * * wget -O - -q http://www.example.com/cron.php
|
||||
|
||||
More information about the cron scripts are available in the admin
|
||||
help pages and in the Drupal handbook at drupal.org. Example
|
||||
|
|
Loading…
Reference in New Issue