Ubuntu 16.04 LAPP Setup

From myWiki
Revision as of 15:01, 14 June 2016 by Stevet (talk | contribs) (Created page with "Install Apache sudo apt-get install apache2 Install Postgresql sudo apt-get install postgresql Install PHP 7.0 sudo apt-get install php sudo apt-get install php7.0-pgsql")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install Apache

sudo apt-get install apache2

Install Postgresql

sudo apt-get install postgresql

Install PHP 7.0

sudo apt-get install php
sudo apt-get install php7.0-pgsql