Skip to content

Instantly share code, notes, and snippets.

View misdreavus79's full-sized avatar

Eli misdreavus79

View GitHub Profile
@misdreavus79
misdreavus79 / Laravel PHP7 LEMP Google Cloud.md
Last active July 22, 2018 10:21 — forked from santoshachari/Laravel PHP7 LEMP AWS.md
Laravel 5.x on Ubuntu 17.x, PHP 7.x, Nginx 1.9.x

Steps to install latest Laravel, LEMP on Google Cloud Ubuntu 17.04 version.

Fork of https://gist.github.com/santoshachari/87bf77baeb45a65eb83b553aceb135a3

Install PHP 7 on Ubuntu

Run the following commands in sequence.

sudo apt-get install -y language-pack-en-base
sudo LC_ALL=en_US.UTF-8 add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install zip unzip