miniflux: fix php.ini path in INSTALL.msg
This commit is contained in:
parent
b7c9671f9c
commit
be01c8261e
@ -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.
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user