summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-09-08 03:30:42 +0100
committerAndrew Dolgov <[email protected]>2005-09-08 03:30:42 +0100
commitca7c8ae3c26e672475812fb90f2acfbe0974cebe (patch)
treed04f91055af9c2f8275a5b6f034a25b46e2c16b6 /README
parent1eee747428a0ff2c8e2d4912201ffce46fb9e37c (diff)
update README
Diffstat (limited to 'README')
-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.