From b1d9ac15de225cbd5ca8105475658b939ad3cbaf Mon Sep 17 00:00:00 2001 From: bobcall Date: Sun, 29 Jan 2012 06:20:17 -0500 Subject: [PATCH] Removed mongodb-2.0.2 from setup.sh --- setup.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/setup.sh b/setup.sh index c3a0062..3e4a8f2 100755 --- a/setup.sh +++ b/setup.sh @@ -23,12 +23,12 @@ sudo apt-get install git-core g++ libssl-dev curl make haproxy ruby rubygems mon # install mongo_db # Please change if running app on another arch!!!! -wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.0.2.tgz -tar -xvvf mongodb-linux-x86_64-2.0.2.tgz -cd mongodb-linux-x86_64-2.0.2 -cp bin/* /usr/bin/* +# wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.0.2.tgz +# tar -xvvf mongodb-linux-x86_64-2.0.2.tgz +# cd mongodb-linux-x86_64-2.0.2 +# cp bin/* /usr/bin/* -cd ../ +# cd ../ # Install node.js curl http://nodejs.org/dist/node-v0.6.1.tar.gz > node-v0.6.1.tar.gz -- 2.25.1