Topic: Install MongoDB to support Kete Translatable Content

Topic type:

The steps necessary for installing MongoDB for various platforms.

Note: work in progress. Starting with Debian Squeeze steps first.

Installing MongoDB on Debian Squeeze

As per MongoDB.org's instructions. You can run these all as root instead of using sudo if you prefer.

First add the necessary key:

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

Then add this to /etc/apt/sources.list:

deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen

Now update your packages and install the MongoDB package:

sudo aptitude update
sudo aptitude install mongodb-10gen

That's it.

Discuss This Topic

There are 0 comments in this discussion.

join this discussion

Creative Commons Attribution-Share Alike 3.0 New Zealand License
Install MongoDB to support Kete Translatable Content by Walter McGinnis is licensed under a Creative Commons Attribution-Share Alike 3.0 New Zealand License