Skip to content

Instantly share code, notes, and snippets.

View jaysonvcr's full-sized avatar

Jayson Vacaro jaysonvcr

View GitHub Profile
@jaysonvcr
jaysonvcr / Instructions.sh
Created March 9, 2020 11:37 — forked from GhazanfarMir/Instructions.sh
Install PHP7.2 NGINX and PHP7.2-FPM on Ubuntu 16.04
########## Install NGINX ##############
# Install software-properties-common package to give us add-apt-repository package
sudo apt-get install -y software-properties-common
# Install latest nginx version from community maintained ppa
sudo add-apt-repository ppa:nginx/stable
# Update packages after adding ppa
@jaysonvcr
jaysonvcr / Instructions.sh
Created March 9, 2020 11:37 — forked from GhazanfarMir/Instructions.sh
Install PHP7.2 NGINX and PHP7.2-FPM on Ubuntu 16.04
########## Install NGINX ##############
# Install software-properties-common package to give us add-apt-repository package
sudo apt-get install -y software-properties-common
# Install latest nginx version from community maintained ppa
sudo add-apt-repository ppa:nginx/stable
# Update packages after adding ppa