LAMP

Description

LAMP 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 Software

Installation

wget -qO- lamp.my.id | bash

or

curl -Lso- lamp.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 [email protected] or open issue on Github.

LEMP STACK

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

License

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