An open API service indexing awesome lists of open source software.

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.

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*