Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions vagrant/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@ echo "[-->] Installing git..."
sudo apt-get install -y git

echo "[-->] Installing latest node..."
sudo apt-get install -y nodejs
sudo apt-get install -y nodejs nodejs-legacy

echo "[-->] Installing latest npm..."
curl -L https://www.npmjs.org/install.sh | sudo sh

echo "[-->] Installing latest mongodb..."
sudo apt-get install -y mongodb-10gen

echo "[-->] Installing global npm modules..."
sudo npm -g install gulp bunyan
sudo npm -g install bower gulp bunyan


echo "[-->] All packages installed!"