Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rydhoms/lamp
Install LAMP Stack (Linux + Apache + MySQL / MariaDB + PHP)
https://github.com/rydhoms/lamp
almalinux apache apache2 debian linux linux-shell mariadb mariadb-database mariadb-server mysql mysql-database mysql-server php rocky-linux shell shell-script ubuntu
Last synced: about 1 month ago
JSON representation
Install LAMP Stack (Linux + Apache + MySQL / MariaDB + PHP)
- Host: GitHub
- URL: https://github.com/rydhoms/lamp
- Owner: rydhoms
- License: mit
- Created: 2024-03-19T21:26:41.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-20T22:57:17.000Z (9 months ago)
- Last Synced: 2024-10-11T02:41:27.918Z (2 months ago)
- Topics: almalinux, apache, apache2, debian, linux, linux-shell, mariadb, mariadb-database, mariadb-server, mysql, mysql-database, mysql-server, php, rocky-linux, shell, shell-script, ubuntu
- Homepage: https://lamp.my.id
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LAMP
## Description
[LAMP](https://lamp.my.id/) stands for Linux + Apache + 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)
- [LEMP Stack](#LEMP-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/LAMP/blob/master/CHANGELOG.md).
## Report Bugs
Feel free to report bugs or issue via email [email protected] or [open issue](https://github.com/rydhoms/LAMP/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)## LEMP STACK
Want to try using Nginx instead of Apache? Try installing LEMP STACK [here](https://github.com/rydhoms/LAMP).
## License
Copyright (c) 2024 [Ridho Muhammad](https://www.ridho.id)
Licensed under the [MIT](LICENSE) License.