Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fsspencer/bash-install-lamp
- Owner: fsspencer
- Created: 2017-12-21T12:05:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-26T16:01:23.000Z (almost 7 years ago)
- Last Synced: 2023-10-22T13:38:14.089Z (about 1 year ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.