Created
August 13, 2012 21:46
-
-
Save anotheremily/3344309 to your computer and use it in GitHub Desktop.
Default Vagrant Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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