diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-18 11:09:29 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-18 11:09:29 -0400 |
commit | 94865a7c0343f352e862f7aea232545827922942 (patch) | |
tree | 6c94b018e52f56f6be160767eee8e6a948835ece /docs | |
parent | 8330123f3469ebf963d1d7711fff2bf8b03c97c3 (diff) |
Update install doc
Diffstat (limited to 'docs')
-rw-r--r-- | docs/centos-installation.markdown | 4 | ||||
-rw-r--r-- | docs/debian-installation.markdown | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/centos-installation.markdown b/docs/centos-installation.markdown index 9237e94d..a1bdd10d 100644 --- a/docs/centos-installation.markdown +++ b/docs/centos-installation.markdown @@ -7,7 +7,7 @@ Centos 7 Install PHP and Apache: ```bash -yum install -y php php-mbstring php-pdo unzip wget +yum install -y php php-mbstring php-pdo php-gd unzip wget ``` By default Centos 7 use PHP 5.4.16 and Apache 2.4.6. @@ -44,7 +44,7 @@ Centos 6.5 Install PHP and Apache: ```bash -yum install -y php php-mbstring php-pdo unzip wget +yum install -y php php-mbstring php-pdo php-gd unzip wget ``` By default Centos 6.5 use PHP 5.3.3 and Apache 2.2.15. diff --git a/docs/debian-installation.markdown b/docs/debian-installation.markdown index d76cb613..68f4c334 100644 --- a/docs/debian-installation.markdown +++ b/docs/debian-installation.markdown @@ -8,7 +8,7 @@ Install Apache and PHP: ```bash apt-get update -apt-get install -y php5 php5-sqlite unzip +apt-get install -y php5 php5-sqlite php5-gd unzip ``` Install Kanboard: @@ -28,7 +28,7 @@ Install Apache and PHP: ```bash apt-get update -apt-get install -y libapache2-mod-php5 php5-sqlite unzip +apt-get install -y libapache2-mod-php5 php5-sqlite php5-gd unzip ``` Install Kanboard: |