diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2005-12-04 12:56:43 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2005-12-04 12:56:43 +0100 |
| commit | 6aece853737c9b85f9b440631ffa69778db326b6 (patch) | |
| tree | 7b9bac6fecfe7d7508efba648b613be0153f0d01 | |
| parent | 036f45ab60385a1ece515acd8c63e8d7170a8961 (diff) | |
update README
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,6 @@ Requirements: - RDBMS backend: a) PostgreSQL - b) MySQL (InnoDB and server version 4.1+ required) Example DB schemas and configuration are in schema/ subdirectory. @@ -52,6 +51,8 @@ Requirements: For PostgreSQL don't forget to create database with UTF-8 encoding (createdb -E UTF-8 -O owner_user database). + - PHP4 DOMXML extension is required for some functions + Don't forget to copy config.php-dist to config.php and edit it. icons/ directory should be writable for your httpd user. |