Update install doc
This commit is contained in:
@@ -7,7 +7,7 @@ Centos 7
|
|||||||
Install PHP and Apache:
|
Install PHP and Apache:
|
||||||
|
|
||||||
```bash
|
```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.
|
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:
|
Install PHP and Apache:
|
||||||
|
|
||||||
```bash
|
```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.
|
By default Centos 6.5 use PHP 5.3.3 and Apache 2.2.15.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Install Apache and PHP:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y php5 php5-sqlite unzip
|
apt-get install -y php5 php5-sqlite php5-gd unzip
|
||||||
```
|
```
|
||||||
|
|
||||||
Install Kanboard:
|
Install Kanboard:
|
||||||
@@ -28,7 +28,7 @@ Install Apache and PHP:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get update
|
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:
|
Install Kanboard:
|
||||||
|
|||||||
Reference in New Issue
Block a user