This repository hosts a setup script that simplies the installation of LEMP stack suitable(?) for shared-like Linux environments.
Any questions or issues? Feel free to open an issue or suggest new features.
Run these commands as root:
wget https://raw.github.com/aatishnn/lempstack/master/lemp-debian.sh
chmod +x lemp-debian.sh
./lemp-debian.sh
Check out @mdPlusPlus 's fork that works with Debian 8, has Let's Encrypt support and many more improvements.