rydhoms / LEMP

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

Home Page:https://lemp.my.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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

https://lemp.my.id

License:MIT License


Languages

Language:Shell 99.6%Language:PHP 0.4%