clean up vagrant folder

This commit is contained in:
Keegan Brown 2015-10-05 17:57:13 -05:00
parent ec09e0bdde
commit 420cd12c60
2 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,13 @@
apt-get install gcc make build-essential -y apt-get install gcc make build-essential -y
apt-get install -y curl apt-get install -y curl
apt-get install -y git apt-get install -y git
curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash - # curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
apt-get install -y nodejs # apt-get install -y nodejs
su vagrant
wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash
nvm install v0.10
nvm install v0.12
nvm install v4.1

View File

@ -9,13 +9,6 @@ $include "/vagrant/scripts/base.sh"
#COMMENT OUT OR IN LINES AS APPROPRIATE #COMMENT OUT OR IN LINES AS APPROPRIATE
INCLUDED_TECH=() INCLUDED_TECH=()
INCLUDED_TECH+=("node") INCLUDED_TECH+=("node")
#INCLUDED_TECH+=("mongodb")
#INCLUDED_TECH+=("meteor")
#INCLUDED_TECH+=("redis")
#INCLUDED_TECH+=("apache")
#INCLUDED_TECH+=("nginx")
#INCLUDED_TECH+=("mysql")
#INCLUDED_TECH+=("php")
SCRIPT_LOCATION="/vagrant/scripts/setup-" SCRIPT_LOCATION="/vagrant/scripts/setup-"