Skip to content

Shell scripts for automated install Web stack like PHP, Apache2, Nginx, MySql, Nodejs, Redis, MongoDB

Notifications You must be signed in to change notification settings

netsstea/lemp-stack-ubuntu

Repository files navigation

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

About

Shell scripts for automated install Web stack like PHP, Apache2, Nginx, MySql, Nodejs, Redis, MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages