---

How to install LEMP (Linux, Nginx, MySQL & PHP-FPM) on a Debian 8 VPS

n this article we will walk you through the steps on how to install LEMP (Linux, Nginx, MySQL and PHP-FPM) on a Debian 8 VPS.
A LEMP stack is a synonym of LEMP server or LEMP web server. It refers to a set-up which includes Linux, Nginx, MySQL (MariaDB) and PHP.

REQUIREMENTS

We will be using our SSD 1 Linux VPS hosting plan for this tutorial.

UPDATE THE SYSTEM

Make sure your server is fully up to date using:

# apt-get update && apt-get upgrade
INSTALL NGINX

To install Nginx on your Debian 8 server, you need to execute the following command:

Get the Free Newsletter!

Subscribe to Developer Insider for top news, trends, & analysis