# HG changeset patch # User Matti Hamalainen # Date 1416366938 -7200 # Node ID 1a4a5267aabe75eca18af88346e868e30fff282c # Parent 5ab73121c0d6abfd97ec0ce9a8a46d6bd64b5774 Update README a bit. diff -r 5ab73121c0d6 -r 1a4a5267aabe README.txt --- 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. +