LEMP-Installer
LEMP-Installer copied to clipboard
Script to install the LEMP stack on Debian based distributions
Quick LEMP stack Installer srcipt
Supported Operating Systems:
- Arch
- Debian
- Linux mint
- Raspbian
- Mac Feature Request - Feel free to contribute
Steps:
- Clone this repository
cd LEMP-installchmod +x lemp.shthis command makes bash script executable./lemp.shor./lemp.sh $YOUR_MYSQL_ROOT_PASSWORD(only for debian based distributions)
That's it :)
PHP latest version - v7.3
Mysql version - Latest Stable
Note: The default mysql root user password is empty unless you provide it as an argument to the script.
