summaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2009-05-03 05:03:44 +0000
committerDries Buytaert <dries@buytaert.net>2009-05-03 05:03:44 +0000
commit67502395d1a8892d8c82e250e17b8814972cabfe (patch)
treed4c610521fcb3e4b97addaded06f47b849f62f95 /INSTALL.txt
parentce50ea5a20936da43238699c5b5712df7d56abe6 (diff)
downloadbrdo-67502395d1a8892d8c82e250e17b8814972cabfe.tar.gz
brdo-67502395d1a8892d8c82e250e17b8814972cabfe.tar.bz2
- Patch #407202 by Damien Tournoud: make it clear that PostgreSQL and SQLite are supported.
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/INSTALL.txt b/INSTALL.txt
index d24d6e502..d277edce9 100644
--- a/INSTALL.txt
+++ b/INSTALL.txt
@@ -14,11 +14,13 @@ CONTENTS OF THIS FILE
REQUIREMENTS
------------
-Drupal requires a web server, PHP 5 (5.2.0 or greater) (http://www.php.net/) and
-either MySQL (http://www.mysql.com/) or PostgreSQL (http://www.postgresql.org/).
-The Apache web server and MySQL database are recommended; other web server and
-database combinations such as IIS and PostgreSQL have been tested to a lesser
-extent. When using MySQL, version 5.0 or greater is required.
+Drupal requires:
+
+ - a web server, Apache (version 2.0 or greater) is recommended,
+ - PHP 5 (5.2.0 or greater) (http://www.php.net/),
+ - and either MySQL (5.0 or greater) (http://www.mysql.com/), PostgreSQL (8.3
+ or greater) (http://www.postgresql.org/), or SQLite (3.4.2 or greater)
+ (http://www.sqlite.org/).
For more detailed information about Drupal requirements, see "Requirements"
(http://drupal.org/requirements) in the Drupal handbook.