Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rydhoms/lemp
Install LEMP Stack (Linux + Nginx + MySQL / MariaDB + PHP)
https://github.com/rydhoms/lemp
almalinux debian lemp lemp-stack linux linux-shell mariadb mariadb-database mariadb-server mysql mysql-database mysql-server nginx php rocky-linux shell shell-script ubuntu
Last synced: about 1 month ago
JSON representation
Install LEMP Stack (Linux + Nginx + MySQL / MariaDB + PHP)
- Host: GitHub
- URL: https://github.com/rydhoms/lemp
- Owner: rydhoms
- License: mit
- Created: 2024-03-19T21:24:54.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-06T19:14:48.000Z (10 months ago)
- Last Synced: 2024-10-11T02:41:27.182Z (4 months ago)
- Topics: almalinux, debian, lemp, lemp-stack, linux, linux-shell, mariadb, mariadb-database, mariadb-server, mysql, mysql-database, mysql-server, nginx, php, rocky-linux, shell, shell-script, ubuntu
- Language: Shell
- Homepage: https://lemp.my.id
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LEMP
## Description
[LEMP](https://lemp.my.id/) 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](#Supported-OS)
- [Supported Software](#Supported-Software)
- [Installation](#Installation)
- [Changelog](#Changelog)
- [Report Bugs](#Report-Bugs)
- [Recommended VPS Provider](#Recommended-VPS-Provider)
- [LAMP Stack](#LAMP-STACK)
- [License](#License)## 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](https://github.com/rydhoms/LEMP/blob/master/CHANGELOG.md).
## Report Bugs
Feel free to report bugs or issue via email [email protected] or [open issue](https://github.com/rydhoms/LEMP/issues) on Github.
## Recommended VPS Provider
- [UpCloud](https://upcloud.com/signup/?promo=E3D6VV) (Free €25 Credit)
- [DigitalOcean](https://m.do.co/c/f59ebd97f9b3) (Free $200 in Credit Over 60 Days)
- [Vultr](https://www.vultr.com/?ref=7427204) (Free $10 Credit)
- [IDCloudHost](https://console.idcloudhost.com/referral/tcgpwd) (Free Rp 25.000 IDR Credit)## LAMP STACK
Want to try using Apache instead of Nginx? Try installing LAMP STACK [here](https://github.com/rydhoms/LAMP).
## License
Copyright (c) 2024 [Ridho Muhammad](https://www.ridho.id)
Licensed under the [MIT](LICENSE) License.