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
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
My default LAMP development stack for Vagrant
-
Updated
Nov 28, 2018 - Ruby
A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically
-
Updated
Feb 10, 2023 - Shell
Demo serverless applications, examples code snippets and resources for PHP
-
Updated
Jan 5, 2024 - PHP
Project with Docker Compose - Building LAMP infrastructure
-
Updated
Aug 22, 2022 - PHP
LNMP一键安装包是一个用Linux Shell编写的可以为CentOS/RHEL/Fedora/Aliyun/Amazon、Debian/Ubuntu/Raspbian/Deepin/Mint Linux VPS或独立主机安装LNMP(Nginx/MySQL/PHP)、LNMPA(Nginx/MySQL/PHP/Apache)、LAMP(Apache/MySQL/PHP)生产环境的Shell程序。
-
Updated
Jun 1, 2024 - Shell
A simple Vagrant LAMP setup with PHP 7.1 running on Ubuntu 16.04 LTS
-
Updated
Jun 17, 2019 - Shell