summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 03:32:24 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 03:32:24 +0100
commit1aab5aec906716c4e2af8f7a956d447f1643a153 (patch)
tree94cadeb3a76f86777f7bf0d8225065663dca1084 /README
parentca7c8ae3c26e672475812fb90f2acfbe0974cebe (diff)
update README
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 4 insertions, 1 deletions
diff --git a/README b/README
index 02ff650e1..e1ef72490 100644
--- a/README
+++ b/README
@@ -39,7 +39,10 @@ Requirements:
b) MySQL (InnoDB and server version 4.1+ required)
example DB schemas and configuration in ttrss_schema.sql and
- ttrss_schema_mysql.sql
+ ttrss_schema_mysql.sql.
+
+ For PostgreSQL don't forget to create database with UTF-8 encoding
+ (createdb -E UTF-8 -O owner_user database).
Don't forget to copy config.php-dist to config.php and edit it.