Skip to content

Instantly share code, notes, and snippets.

@anotheremily
Created August 13, 2012 21:46
Show Gist options
  • Save anotheremily/3344309 to your computer and use it in GitHub Desktop.
Save anotheremily/3344309 to your computer and use it in GitHub Desktop.
Default Vagrant Setup
#!/bin/bash
sudo add-apt-repository ppa:chris-lea/node.js
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential php5 apache2 mysql-server git vim python-software-properties nodejs npm ruby-sass php5-mysql
sudo npm install -g requirejs
sudo a2enmod rewrite
sudo service apache2 restart
mkdir Work
cd Work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment