]> git.wh0rd.org Git - tt-rss.git/commitdiff
update README
authorAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 02:30:42 +0000 (03:30 +0100)
committerAndrew Dolgov <fox@bah.spb.su>
Thu, 8 Sep 2005 02:30:42 +0000 (03:30 +0100)
README

diff --git a/README b/README
index 0567ec701b78fc55dc6154b24a0968f315490904..02ff650e1503f64fc35fb7d46aac8c5479799344 100644 (file)
--- 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.