Install MongoDB (CentOS) - wollardj/Mandrill GitHub Wiki

Previous: Install Meteor


If you already have a MongoDB server running elsewhere, you can skip this step.

Add MongoDB's Repo

Create a file /etc/yum.repos.d/mongodb.repo and give it the following contents:

[mongodb]
name=MongoDB Repository
baseurl=http://downloads-distro.mongodb.org/repo/redhat/os/x86_64/
gpgcheck=0
enabled=1

Installing MongoDB and Tools

sudo yum install mongo-10gen mongo-10gen-server

Next: Installing Mandrill