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 131 public repositories matching this topic...
A super-simple Vagrantfile / bootstrap.sh to setup a LAMP stack inside Vagrant 100% automatically
-
Updated
Feb 10, 2023 - Shell
A simple Vagrant LAMP setup with PHP 7.1 running on Ubuntu 16.04 LTS
-
Updated
Jun 17, 2019 - Shell
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
Bash scripts to get stuff done. Installing software, creating backups, custom functions, configurations etc.
-
Updated
Jul 24, 2022 - Shell
A minimal cli tool to interact with devilbox from anywhere
-
Updated
Jan 11, 2021 - Shell
Helps you managing LAMP basic needs (virtualHost, Ftp users, Mysql Database)
-
Updated
Apr 1, 2016 - Shell
Vagrant LAMP setup (Debian 10 Buster, Apache 2, PHP 7.3, MySQL 5.7)
-
Updated
Aug 4, 2020 - Shell
I recorded the process of learning about Kubernetes over there
-
Updated
Jul 14, 2017 - Shell
Quick deployment for LEMP / LAMP on Ubuntu.
-
Updated
May 9, 2023 - Shell