From 8d24e03b440ed5de90cae41f45d116c8f7e0f87c Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Sun, 26 Jul 2015 12:54:17 -0400 Subject: Update documentation --- docs/centos-installation.markdown | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'docs/centos-installation.markdown') diff --git a/docs/centos-installation.markdown b/docs/centos-installation.markdown index a1bdd10d..6cfc31ff 100644 --- a/docs/centos-installation.markdown +++ b/docs/centos-installation.markdown @@ -28,17 +28,21 @@ chown -R apache:apache kanboard/data rm kanboard-latest.zip ``` -If SeLinux is enabled, be sure that the Apache user can write to the directory data: +If SELinux is enabled, be sure that the Apache user can write to the directory data: ```bash chcon -R -t httpd_sys_content_rw_t /var/www/html/kanboard/data ``` -Be sure to configure your server to allow Kanboard to send emails and make external HTTP requests. +Be sure to configure your server to allow Kanboard to send emails and make external network requests, by example with SELinux: -You can also disable SeLinux if you don't need it. +```bash +setsebool -P httpd_can_network_connect=1 +``` + +Allowing external connections is necessary if you use LDAP, SMTP, Webhooks or any third-party integrations. -Centos 6.5 +Centos 6.x ---------- Install PHP and Apache: -- cgit v1.2.3