Skip to content

Install MongoDB (Ubuntu)

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

Previous: Install Meteor


If you already have a MongoDB server instance on this, or any other host, you can skip this step.

See installing MongoDB on other operating systems.

sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 \
	--recv 7F0CEB10

echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' \
	| sudo tee /etc/apt/sources.list.d/mongodb.list

sudo apt-get update
sudo apt-get install mongodb-10gen

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