This is a script used for deploying LEMP (Linux, Nginx, MySQL, PHP) on Debian-based distributions of Linux (Debian, Ubuntu, etc).
One of the following:
Debian 9 or newer
Ubuntu 16.04 or newer
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.