Author Archives: Hitender T

Setup MongoDB Replica Set

Before embarking on setting the replica set make sure three machines are set as mentioned in previous MongoDB setup blog post. Once everything is set make sure all three machines can communicate with each other. Mostly there will be a … Continue reading

Posted in MongoDB | Tagged , , | Leave a comment

Steps to setup MongoDB on Mac OS X

Tested on: MongoDB version 2.4.6 and mac 10.8.X Installing standalone MongoDB on any machine. STEP I Download mongo from official site Unzip it. Unzip using mac tool or on your favourite shell tar xzf mongodb-osx-x86_64-2.4.6.tgz Rename the unzipped folder to … Continue reading

Posted in MongoDB | Tagged , | Leave a comment