From: bobcall Date: Sun, 29 Jan 2012 11:20:17 +0000 (-0500) Subject: Removed mongodb-2.0.2 from setup.sh X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b1d9ac15de225cbd5ca8105475658b939ad3cbaf;p=oweals%2Ffinalsclub.git Removed mongodb-2.0.2 from setup.sh --- 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