summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLars Hartmann <lars.u.hartmann@gmail.com>2018-02-12 13:01:22 +0100
committerfguillot <fred@kanboard.net>2018-02-13 10:14:55 -0800
commitfdb4621823944fc944d150ca6edf5cc72f98cea8 (patch)
treecb31e09447c6e2d68624929862396011e87b7d11 /doc
parent4aa1d6fd5bc4b54647a83a25271c4e486640d7eb (diff)
kanboard needs the php dom extension
Diffstat (limited to 'doc')
-rw-r--r--doc/en_US/centos-installation.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en_US/centos-installation.markdown b/doc/en_US/centos-installation.markdown
index a15f43f1..6346cad7 100644
--- a/doc/en_US/centos-installation.markdown
+++ b/doc/en_US/centos-installation.markdown
@@ -7,7 +7,7 @@ Centos 7
Install PHP and Apache:
```bash
-yum install -y php php-mbstring php-pdo php-gd unzip wget
+yum install -y php php-xml php-mbstring php-pdo php-gd unzip wget
```
By default, Centos 7 use PHP 5.4.16 and Apache 2.4.6.
@@ -37,7 +37,7 @@ Centos 6.x
Install PHP and Apache:
```bash
-yum install -y php php-mbstring php-pdo php-gd unzip wget
+yum install -y php php-xml php-mbstring php-pdo php-gd unzip wget
```
By default, Centos 6.5 use PHP 5.3.3 and Apache 2.2.15.