update README
This commit is contained in:
parent
036f45ab60
commit
6aece85373
1 changed files with 2 additions and 1 deletions
3
README
3
README
|
@ -44,7 +44,6 @@ Requirements:
|
||||||
- RDBMS backend:
|
- RDBMS backend:
|
||||||
|
|
||||||
a) PostgreSQL
|
a) PostgreSQL
|
||||||
|
|
||||||
b) MySQL (InnoDB and server version 4.1+ required)
|
b) MySQL (InnoDB and server version 4.1+ required)
|
||||||
|
|
||||||
Example DB schemas and configuration are in schema/ subdirectory.
|
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
|
For PostgreSQL don't forget to create database with UTF-8 encoding
|
||||||
(createdb -E UTF-8 -O owner_user database).
|
(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.
|
Don't forget to copy config.php-dist to config.php and edit it.
|
||||||
|
|
||||||
icons/ directory should be writable for your httpd user.
|
icons/ directory should be writable for your httpd user.
|
||||||
|
|
Loading…
Reference in a new issue