Skip to content

Instantly share code, notes, and snippets.

View abhishekpcnair's full-sized avatar
:bowtie:

Abhishek abhishekpcnair

:bowtie:
View GitHub Profile
@abhishekpcnair
abhishekpcnair / install_mysql.sh
Created December 26, 2016 10:01 — forked from rrosiek/install_mysql.sh
Vagrant provision script for php, Apache, MySQL, phpMyAdmin, Laravel, and javascript helpers. Tested with Ubuntu 16.04.
#! /usr/bin/env bash
###
#
# install_mysql.sh
#
# This script assumes your Vagrantfile has been configured to map the root of
# your application to /vagrant and that your web root is the "public" folder
# (Laravel standard). Standard and error output is sent to
# /vagrant/vm_build.log during provisioning.