Skip to content
/ LEMP Public

Install LEMP Stack (Linux + Nginx + MySQL / MariaDB + PHP)

License

Notifications You must be signed in to change notification settings

rydhoms/LEMP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LEMP

Description

LEMP stands for Linux + Nginx + MySQL / MariaDB + PHP. With this bash script you can install a web server quickly and very easily on your Linux Server, which includes Nginx as a web server, MySQL / MariaDB as a database, and PHP as a web programming language processing.

Supported OS

  • Debian 10
  • Debian 11
  • Debian 12 (recommended)
  • Ubuntu 18.04
  • Ubuntu 20.04
  • Ubuntu 22.04 (recommended)
  • AlmaLinux 8
  • AlmaLinux 9 (recommended)
  • Rocky Linux 8
  • Rocky Linux 9 (recommended)

Supported Software

  • Nginx
  • MariaDB
  • PHP7.4-FPM

Installation

wget -qO- lemp.my.id | bash

or

curl -Lso- lemp.my.id | bash

Caution

This script is still under development, please do not use it on production servers or servers that are already running. It is highly recommended to use it on new servers.

Changelog

See changelog here.

Report Bugs

Feel free to report bugs or issue via email hello@ridho.id or open issue on Github.

Recommended VPS Provider

LAMP STACK

Want to try using Apache instead of Nginx? Try installing LAMP STACK here.

License

Copyright (c) 2024 Ridho Muhammad Licensed under the MIT License.