Skip to content

Script to install the LEMP stack on Debian based distributions

Notifications You must be signed in to change notification settings

justinushermawan/LEMP-Installer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick LEMP stack Installer srcipt

GitHub issues GitHub forks GitHub stars

Buy Me A Coffee

Script to install the lemp stack on debian based distributions. Tested on : Debian, Ubuntu, Linux mint and Raspbian

Steps:

  1. clone this repository
  2. cd quick-lemp-install
  3. chmod +x lemp.sh this command makes bash script executable
  4. ./lemp.sh

That's it :)

PHP version - v7.3

Mysql version - Latest Stable

Note: Default mysql password is root. you can change it before running in the following lines before running the script

sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password password YOUR_PASSWORD'

sudo debconf-set-selections <<< 'mysql-server mysql-server/root_password_again password YOUR_PASSWORD'

About

Script to install the LEMP stack on Debian based distributions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 98.8%
  • PHP 1.2%