How to Install Linux, Nginx, MySQL, PHP (LEMP) Stack on Debian 8
Introduction LEMP is the acronym used to describe a specific open source software configuration for Linux web servers. L – Linux (In this case, Debian 8) E – Nginx (Pronounced Engine X) M – MySQL P – PHP This tutorial will walk you through how to install nginx, mysql and php-fpm, on your Debian 8 server.…