miniflux: fix php.ini path in INSTALL.msg

This commit is contained in:
Eivind Uggedal 2015-01-19 23:22:08 +00:00
parent b7c9671f9c
commit be01c8261e
2 changed files with 3 additions and 3 deletions

View file

@ -2,10 +2,10 @@ The miniflux database(s) are written to:
/var/lib/miniflux
The open_basedir directive in /etc/php.ini needs to contain this
The open_basedir directive in /etc/php/php.ini needs to contain this
path to allow file operations below it.
You should also configure the process running miniflux to use
the miniflux group to be able to write to this directory.
Lastly the pdo_sqlite extension needs to be enabled in /etc/php.ini.
Lastly the pdo_sqlite extension needs to be enabled in /etc/php/php.ini.

View file

@ -1,7 +1,7 @@
# Template file for 'miniflux'
pkgname=miniflux
version=1.1.6
revision=2
revision=3
noarch=yes
wrksrc=$pkgname
conf_files="/usr/share/webapps/${pkgname}/config.php"