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.
created Install MongoDB to support Kete Translatable Content
on Nov 16th, 2011 at 9:52 AM