1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-09-19 23:21:47 +02:00

SELinux installation context settings #150

This commit is contained in:
ekes 2016-03-25 22:13:43 +01:00
parent 53d90a7d39
commit c1ff1404b9

View File

@ -36,6 +36,9 @@ $ chmod -R 755 polr
$ chown -R www-data polr $ chown -R www-data polr
# run only if on Fedora-based systems # run only if on Fedora-based systems
$ chown -R apache polr $ chown -R apache polr
# run only if on recent Fedora, or other system, with SELinux enforcing
$ chcon -R -t httpd_sys_rw_content_t polr/storage polr/.env
``` ```
## Installing using `composer` ## Installing using `composer`