thamaraiselvam / LEMP-Installer

Script to install the LEMP stack on Debian based distributions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quick LEMP stack Installer srcipt

ViewCount

GitHub issues GitHub issues GitHub forks GitHub stars

Buy Me A Coffee

Supported Operating Systems:

  • Arch
  • Debian
  • Linux mint
  • Raspbian
  • Mac Feature Request - Feel free to contribute

Steps:

  1. Clone this repository
  2. cd LEMP-install
  3. chmod +x lemp.sh this command makes bash script executable
  4. ./lemp.sh or ./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.

About

Script to install the LEMP stack on Debian based distributions


Languages

Language:Shell 99.6%Language:PHP 0.4%