Install pymongo and working with MongoDB in Ubuntu 13.04

In this post, Assuming that we have already installed mongodb successfully and MongoDB instance is running on the default host and port. ...

Mongodb Error: couldn't connect to server 127.0.0.1:27017 exception: connect failed

 After installing Mongodb , You may face the following error when use mongodb from terminal: mongo.js:L112 Error: couldn't conne...

Install MongoDB on Ubuntu 13.04 step by step

This post is basic installation process step by step for installing MongoDB on Ubuntu 13.04 follows the tutorial from MongoDB official doc...