Category: MongoDB

How to install MongoDB in Ubuntu14.04

Follow the below steps to install MongoDB in Ubuntu: 1. Import the MongoDB public key Ubuntu package manager use this key to check the consistency and authenticity of the packages sudo apt-key adv –keyserver hkp://keyserver.ubuntu.com:80 –recv 7F0CEB10 2. Generate a file with the MongoDB repository url echo ‘deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen’ | sudo tee /etc/apt/sources.list.d/mongodb.list …

Continue reading

Permanent link to this article: https://blog.openshell.in/2014/11/how-to-install-mongodb-in-ubuntu14-04/