Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.6 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.6 KB

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.