Skip to content

Instantly share code, notes, and snippets.

View zmacomber's full-sized avatar

Zack Macomber zmacomber

View GitHub Profile
@thegallagher
thegallagher / lamp.sh
Last active June 8, 2018 15:08
Install LAMP for development on Ubuntu 16.04
#!/bin/bash
# This script is intended for use in development only. It is not optimized or secure for production use.
# Config
export PASSWORD=devbox
# Apache
sudo apt-get -y install apache2
sudo chmod a+rwx /var/www/html # we might want to replace this with group permissions