Skip to content

Commit

Permalink
Add note for 16.04 PHP install
Browse files Browse the repository at this point in the history
  • Loading branch information
glynhudson authored Nov 6, 2016
1 parent 6b1c8dd commit 0c52196
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/LinuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,13 @@ You may need to start by updating the system repositories

sudo apt-get update

Install all dependencies:
on 14.04:

sudo apt-get install apache2 mysql-server mysql-client php5 libapache2-mod-php5 php5-mysql php5-curl php-pear php5-dev php5-mcrypt php5-json git-core redis-server build-essential ufw ntp

on 16.04:

`sudo apt-get install apache2 mysql-server mysql-client php libapache2-mod-php php-mysql php-curl php-pear php-dev php-mcrypt php-json git-core redis-server build-essential ufw ntp`

Install pecl dependencies (serial, redis and swift mailer)

Expand Down

0 comments on commit 0c52196

Please sign in to comment.