Update INSTALL.TXT

add chcon note for centos etc.
pull/244/head
David Goodwin 5 years ago committed by GitHub
parent 4d24ab7171
commit 888524af99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,9 @@ The easiest way to do this is
$ mkdir -p /srv/postfixadmin/templates_c
$ chown -R www-data /srv/postfixadmin/templates_c
(If you're using e.g. CentOS or another distribution which enables SELinux, something like the following may be necessary as well :
```chcon -R -t httpd_sys_content_rw_t /usr/share/postfixadmin/templates_c```
)
5. Check settings, and create Admin user
----------------------------------------

Loading…
Cancel
Save