Skip to content

soninod/lemp-installer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quick LEMP stack Installer srcipt

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

Steps:

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

That's it :)

PHP version - v7.0

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

quick L.E.M.P installer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published