Full LEMP Stack installation inspired by- and using resources from @lucien144 's lemp-stack
wget https://raw.githubusercontent.com/hiddehs/lemp-stack/master/lemp.sh -O lemp.sh && chmod u+x lemp.sh
./lemp.sh
wget https://raw.githubusercontent.com/hiddehs/lemp-stack/master/add-vhost.sh -O add-vhost.sh && chmod u+x add-vhost.sh
./add-vhost.sh
- Nginx
- PHP 7.2
- MariaDB
- Adminer web db management
- Certbot Let's Encrypt
- Composer
- NodeJS Yarn
- vhost management
- Nice directory structure in
/var/www/vhost/
- PHP Pool creation
- Install Let's Encrypt certificate directly
- Nice directory structure in
Compatible and tested with Ubuntu 18.04