https://github.com/ngrogg/generic-lamp
Boilerplate BASH script for configuring a LAMP stack on several RPM and DEB based distros.
https://github.com/ngrogg/generic-lamp
apache bash lamp lamp-stack linux mariadb mysql php
Last synced: 4 months ago
JSON representation
Boilerplate BASH script for configuring a LAMP stack on several RPM and DEB based distros.
- Host: GitHub
- URL: https://github.com/ngrogg/generic-lamp
- Owner: ngrogg
- Created: 2024-05-19T04:38:14.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-02-02T00:27:26.000Z (4 months ago)
- Last Synced: 2026-02-02T10:22:54.249Z (4 months ago)
- Topics: apache, bash, lamp, lamp-stack, linux, mariadb, mysql, php
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Generic Lamp
## Overview
A BASH script for configuring a generic Linux LAMP stack. This should not be considered "Production Ready" by any means.
## Usage
### Arguments
* **help/Help**, Output script help message including acceptable arguments
* **configure/Configure**, Configure generic LAMP stack.
Installs Apache, MariaDB and PHP.
Takes "DEB" or "RPM" as an argument.
Usage. `./generic-lamp.sh configure TYPE`
Ex. `./generic-lamp.sh configure DEB`
- **DEB Distro Examples:**
* *Debian*
* *Ubuntu*
- **RPM Distro Examples:**
* *Fedora*
* *Rocky Linux*
* *Alma Linux*