diff options
Diffstat (limited to 'www/tt-rss/files/pkg-message.in')
-rw-r--r-- | www/tt-rss/files/pkg-message.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/www/tt-rss/files/pkg-message.in b/www/tt-rss/files/pkg-message.in index 34bf547f3560..a0602b7e0475 100644 --- a/www/tt-rss/files/pkg-message.in +++ b/www/tt-rss/files/pkg-message.in @@ -3,6 +3,13 @@ message: <<EOM Tiny Tiny RSS is now installed, but it requires some additional setup. +Install your corresponding php database drivers: + + msyql: mysqli pdo_mysql + pkg install %%MYSQL_DEPS%% + postgresql: pgsql pdo_pgsql + pkg install %%PGSQL_DEPS%% + You now need to create a database, a database user, configure the web server, and configure tt-rss. Sample apache24 configs located at %%DATADIR%%/httpd-tt-rss.conf. |