Skip to content

Commit 16d99ff

Browse files
committed
Update ubuntu install instructions
1 parent 6b9ab1c commit 16d99ff

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

installers/installUbuntu.sh

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# Add repositories
22
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/mongodb.list
33
sudo apt-get install -y python-software-properties python g++ make
4+
sudo apt-get install software-properties-common
45
sudo add-apt-repository -y ppa:chris-lea/node.js
56
sudo apt-get update
67

78
# Install dependencies
89
sudo apt-get install mongodb-10gen
10+
911
sudo apt-get install nodejs
12+
sudo ln -s /usr/bin/nodejs /usr/bin/node
1013

11-
npm install -g grunt-cli
14+
sudo npm install -g grunt-cli
1215

1316
# Setup the application
1417
cd server/ && npm run-script setup

0 commit comments

Comments
 (0)