- Patch #19588 by Uwe: INSTALL.txt updates.

4.6.x
Dries Buytaert 2005-04-01 15:30:35 +00:00
parent 7bdcba1720
commit 71c021c6f7
1 changed files with 2 additions and 2 deletions

View File

@ -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