summaryrefslogtreecommitdiff
path: root/docs/centos-installation.markdown
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-26 12:54:17 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-26 12:54:17 -0400
commit8d24e03b440ed5de90cae41f45d116c8f7e0f87c (patch)
tree2c17ea2339eaa9ce0c6c7cbdb3e459589fbc45fe /docs/centos-installation.markdown
parent839a0d831e82a21ced8654fcd8b4832975f6a87f (diff)
Update documentation
Diffstat (limited to 'docs/centos-installation.markdown')
-rw-r--r--docs/centos-installation.markdown12
1 files changed, 8 insertions, 4 deletions
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: