Skip to content

Commit

Permalink
Adds correct LAMP instructions for Debian 8 (GoogleCloudPlatform#249)
Browse files Browse the repository at this point in the history
* Adds correct LAMP instructions for Debian 8

* Update setting-up-lamp.md
  • Loading branch information
bshaffer authored and JimTravis committed Sep 21, 2017
1 parent 1a0cab1 commit dff619e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tutorials/setting-up-lamp.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ Make a note of the IP address of your VM instance. You can see this address in t
By creating an instance, you already have the "Linux" part of
LAMP. Next, install Apache and PHP.

#### Debian/Ubuntu
#### Debian 8 and Ubuntu 14

sudo apt-get update
sudo apt-get install apache2 php5 libapache2-mod-php5

#### Debian 9 and Ubuntu 16/17

sudo apt-get update
sudo apt-get install apache2 php libapache2-mod-php
Expand Down

0 comments on commit dff619e

Please sign in to comment.