Install MongoDB (Ubuntu) - wollardj/Mandrill GitHub Wiki

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