changeset 741:1a4a5267aabe

Update README a bit.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 19 Nov 2014 05:15:38 +0200
parents 5ab73121c0d6
children 66e415b69c75
files README.txt
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/README.txt	Wed Nov 19 04:49:19 2014 +0200
+++ b/README.txt	Wed Nov 19 05:15:38 2014 +0200
@@ -29,10 +29,15 @@
 
 Requirements
 ============
-The system has been written in PHP, and supports at least PostgreSQL
-and probably MySQL PDO database backends, also SQLite3 is supported
-for development purposes. However, SQLite3 should NOT BE USED for
-the production website - it can not handle simultaneous access
-very well at all.
+
+- PHP 5.3 or later (tested on PHP 5.3.3 (Debian patched) and 5.6)
+  Both PHP for http server and CLI are required.
 
+- PHP ImageMagick wrapper, http://php.net/imagick
+  In Debian, it is "php5-imagick".
 
+- SQL database. FAPWeb supports at least PostgreSQL and probably MySQL
+  PDO database backends, also SQLite3 is supported for development
+  purposes. However, SQLite3 should NOT BE USED for a production
+  website - it can not handle simultaneous access very well at all.
+