Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fsspencer/bash-install-lamp

Bash script to create a lamp server with Apache2 + PHP 5.6 and 7.0 + MySQL - PhpMyAdmin + Composer + NodeJS + Gulp/Grunt
https://github.com/fsspencer/bash-install-lamp

Last synced: 9 days ago
JSON representation

Bash script to create a lamp server with Apache2 + PHP 5.6 and 7.0 + MySQL - PhpMyAdmin + Composer + NodeJS + Gulp/Grunt

Awesome Lists containing this project

README

        

# Bash Lamp Server

Bash script to create a lamp server with Apache2 + PHP 5.6 and 7.0 + MySQL - PhpMyAdmin + Composer + NodeJS + Gulp/Grunt

## Usage

This script has been built just to let you install a whole lamp server in a new Ubuntu instance.

Clone this repository wherever you want and execute the following:
``
$ sudo sh install-lamp.sh
``

Since you are installing dependencies, you need to use `sudo` for it.