Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.18 KB

File metadata and controls

33 lines (27 loc) · 1.18 KB

Installing LEMP Stack

Last update: 20/65/2018, tested on Ubuntu 18.04

Overview

I am lazy guy so when I have to re-install LEMP stack many times I felt it wrong. So I wrote these bash scripts to help saving time while installing LEMP stack. Best option is go with Docker and its images.

The LEMP scripts consists of:

  • Nginx
  • Apache
  • PHP7.2 and its dependencies
  • MariaDB
  • Composer
  • NodeJS
  • Redis
  • MongoDB

Scripts

  1. Full LEMP stack (Nginx + PHP7.2 + MariaDB + Redis + MongoDB + Composer) full-stack.sh
  2. Nginx + PHP 7.2 + MariaDB php7.2-nginx-mariadb.sh
  3. Apache2 + PHP 7.2 + MariaDB php7.2-apache2-mariadb.sh
  4. Composer composer.sh
  5. Redis and PHP-Redis redis.sh
  6. MongoDB and PHP-Mongo mongo.sh