summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 0567ec701..02ff650e1 100644
--- a/README
+++ b/README
@@ -31,7 +31,15 @@ Requirements:
- Magpie RSS (http://magpierss.sourceforge.net/) - place it into
magpierss/ subdirectory;
- - PostgreSQL (example schema and configuration in ttrss_schema.sql)
+
+ - RDBMS backend:
+
+ a) PostgreSQL
+
+ b) MySQL (InnoDB and server version 4.1+ required)
+
+ example DB schemas and configuration in ttrss_schema.sql and
+ ttrss_schema_mysql.sql
Don't forget to copy config.php-dist to config.php and edit it.