Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 581 Bytes

File metadata and controls

20 lines (12 loc) · 581 Bytes

Deploy-LEMP

This is a script used for deploying LEMP (Linux, Nginx, MySQL, PHP) on Debian-based distributions of Linux (Debian, Ubuntu, etc).

Requirements

One of the following:

Debian 9 or newer

Ubuntu 16.04 or newer

How To Install

Open up a terminal window (or SSH session) on Linux and download the script using wget

wget https://raw.githubusercontent.com/ironstar94/Deploy-LEMP/master/deploylemp.sh

Execute the script as root

sudo bash ./deploylemp.sh

Enter your current Linux username into the terminal and wait for the script to install everything.