1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 10:05:56 +00:00

update README

This commit is contained in:
Andrew Dolgov
2005-09-08 03:30:42 +01:00
parent 1eee747428
commit ca7c8ae3c2

10
README
View File

@@ -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.