LAMP
LAMP is a bundle of software consisting of four open source programs.
It is one of the most popular software categories for servers.
A usual LAMP server includes:
- Linux (operating system)
- Apache (web server)
- MySQL, MariaDB or MongoDB (database software)
- PHP, Perl, or Python (programming language)
Most Linux distributions include the components of a LAMP server.
There are also some other variants of LAMP, such WAMP, which runs on Windows
instead of Linux.
Here are 646 public repositories matching this topic...
A modern Docker LAMP stack and MEAN stack for local development
-
Updated
Apr 19, 2024 - PHP
My default LAMP development stack for Vagrant
-
Updated
Nov 28, 2018 - Ruby
Playbooks for automating server procedures based on our Community guides
-
Updated
Jul 20, 2023
Docker with Apache, MySql, PhpMyAdmin and Php
-
Updated
Sep 27, 2022 - PHP
Demo serverless applications, examples code snippets and resources for PHP
-
Updated
Jan 5, 2024 - PHP
A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically
-
Updated
Feb 10, 2023 - Shell
A local Docker Environment for building PHP applications 🔨
-
Updated
Nov 13, 2024 - Dockerfile