Skip to content

Instantly share code, notes, and snippets.

View AbsoluteBreeze's full-sized avatar

Anthony Reid AbsoluteBreeze

View GitHub Profile
@AbsoluteBreeze
AbsoluteBreeze / build.sh
Last active June 2, 2016 15:55
A build script that I use for Vagrant/Parallels to install php7 (and the rest of the LAMP stack) on ubuntu 14.04 for webdev server.
#!/usr/bin/env bash
#PHP7/Mysql/Apache/Composer/GIT installer script used for parallels vagrant/ubuntu14.04
# For development on Laravel and other Modern frameworks.
PASSWORD='12345678'
PROJECTFOLDER='myproject'
sudo apt-get install -y software-properties-common python-software-properties
sudo apt-get install -y language-pack-en-base