Installing MongoDB on Linux
In Last posts, we have gone through Overview and features of MongoDB. This tutorial includes: an overview of the available packages, instructions for configuring the package manager, the process install packages from the 10gen repository, and preliminary MongoDB configuration and operation. Actually, we have two ways for installing. 1.) We can download .tgz or tar package and then can compile manually. 2.) We can create a repository, then use yum downloading and installing. Here, I am going through 2nd way: Package Options The 10gen repository contains two packages: mongo-10gen-server This package contains the mongod and mongos daemons from the latest stable release and associated configuration and init scripts. Additionally, you can use this package to install daemons from a previous release of MongoDB. mongo-10gen This package contains all MongoDB tools from the latest stable release. A...