Skip to content
/ lamp Public

AutoInstall Nginx with PHP and MySQL (LEMP Stack)

Notifications You must be signed in to change notification settings

xoceunder/lamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

lamp-AutoInstaller Ubuntu 18.04

LAMP Auto Installer Script for >= Ubuntu 18.04

Features

  • Nginx
  • PHP v7.2
  • MySQL 5.7
  • phpMyAdmin
  • Other? Request via issue.

Quick Setup

To use this auto installer script, you must login as root user. For first, login as root and go to root folder

cd root

And execute this command

wget -O install.sh "https://raw.githubusercontent.com/xoceunder/lemp/master/lemp18.4.sh" && chmod +x install.sh && ./install.sh

lamp-AutoInstaller Ubuntu 20.04

LAMP Auto Installer Script for >= Ubuntu 20.04

Features

  • Nginx v1.25
  • PHP v8.2
  • MariaDB v10.3
  • phpMyAdmin v5.2
  • Other? Request via issue.

Quick Setup

To use this auto installer script, you must login as root user. For first, login as root and go to root folder

cd root

And execute this command

wget -O install.sh "https://raw.githubusercontent.com/xoceunder/lemp/master/Lemp_Stack_20.04.sh" && chmod +x install.sh && ./install.sh

About

AutoInstall Nginx with PHP and MySQL (LEMP Stack)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages