Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 549 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 549 Bytes

Introduction

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.

Quick Install

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.