Skip to content

Install MongoDB (CentOS)

Joe Wollard edited this page Feb 24, 2014 · 2 revisions

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

MANUAL INSTALL GUIDE

  1. Users & Groups: Ubuntu | CentOS
  2. Build Tools: Ubuntu | CentOS
  3. NodeJS
  4. Nginx & pm2: Ubuntu | CentOS
  5. Config pm2
  6. Config Nginx: Ubuntu | CentOS
  7. Meteor: Ubuntu | CentOS
  8. MongoDB: Ubuntu | CentOS
  9. Mandrill

MANAGING YOUR SERVER

MANAGING ACCOUNTS

Clone this wiki locally