Install MongoDB on Ubuntu
32 bit systems are limited to DB of 2 gig. Therefor, use MongoDB only on 64 bit systems in production.
@see MongoDb documentation to install MongoDB.
See if MongoDB is running by typing
sudo service mongodb status
in command line.