Repository navigation
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.
A modern Docker LAMP stack and MEAN stack for local development
My default LAMP development stack for Vagrant
Docker with Apache, MySql, PhpMyAdmin and Php
Stacker - The environment for local web development, ready for use.
Demo serverless applications, examples code snippets and resources for PHP
A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically
A local Docker Environment for building PHP applications 🔨