1
LAMP stack installation script
Server Management (e.g. Apache httpd, NGINX, IIS) | by dorianniemiec | submitted in September 28, 2024
This script installs Apache httpd, MariaDB and PHP. Applicable for Debian-based systems
#!/bin/bash
sudo apt update
sudo apt install apache2 mariadb-server php libapache2-mod-php php-mysql