Last update: 20/65/2018, tested on Ubuntu 18.04
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
- Full LEMP stack (Nginx + PHP7.2 + MariaDB + Redis + MongoDB + Composer) full-stack.sh
- Nginx + PHP 7.2 + MariaDB php7.2-nginx-mariadb.sh
- Apache2 + PHP 7.2 + MariaDB php7.2-apache2-mariadb.sh
- Composer composer.sh
- Redis and PHP-Redis redis.sh
- MongoDB and PHP-Mongo mongo.sh