mdPlusPlus / lempstack

LEMP Installer for Debian/Ubuntu - Linux, NGINX, MySQL, PHP
MIT License
7 stars 1 forks source link
certbot letsencrypt nginx

Introduction

This repository hosts a setup script that simplies the installation of LEMP stack suitable for Debian and Ubuntu environments. It is a fork of https://github.com/aatishnn/lempstack.

Any questions or issues? Feel free to open an issue or suggest new features.

Read more over at the original author's blog: http://linuxdo.blogspot.com/2012/08/optimized-lemp-installer-for.html

What has changed

Quick Install

Run these commands as root:

  1. wget https://github.com/mdPlusPlus/lempstack/raw/master/lemp-debian.sh
  2. chmod +x lemp-debian.sh
  3. wget https://github.com/mdPlusPlus/lempstack/raw/master/setup-vhost.sh
  4. chmod +x setup-vhost.sh
  5. ./lemp-debian.sh
  6. ./setup-vhost.sh