File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
apt-get install gcc make build-essential -y
2
2
apt-get install -y curl
3
3
apt-get install -y git
4
- curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
5
- apt-get install -y nodejs
4
+ # curl --silent --location https://deb.nodesource.com/setup_4.x | sudo bash -
5
+ # apt-get install -y nodejs
6
+ su vagrant
7
+ wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.27.1/install.sh | bash
8
+ nvm install v0.10
9
+ nvm install v0.12
10
+ nvm install v4.1
11
+
12
+
6
13
Original file line number Diff line number Diff line change @@ -9,13 +9,6 @@ $include "/vagrant/scripts/base.sh"
9
9
# COMMENT OUT OR IN LINES AS APPROPRIATE
10
10
INCLUDED_TECH=()
11
11
INCLUDED_TECH+=(" node" )
12
- # INCLUDED_TECH+=("mongodb")
13
- # INCLUDED_TECH+=("meteor")
14
- # INCLUDED_TECH+=("redis")
15
- # INCLUDED_TECH+=("apache")
16
- # INCLUDED_TECH+=("nginx")
17
- # INCLUDED_TECH+=("mysql")
18
- # INCLUDED_TECH+=("php")
19
12
20
13
SCRIPT_LOCATION=" /vagrant/scripts/setup-"
21
14
You can’t perform that action at this time.
0 commit comments