diff --git a/HowtoMongoDB.md b/HowtoMongoDB.md index fc9b273e..805fb715 100644 --- a/HowtoMongoDB.md +++ b/HowtoMongoDB.md @@ -1,14 +1,16 @@ +--- +title: Howto MongoDB +--- + **Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.** -# Howto mongoDB - - - +* +* ## Installation -Pour installer le package Debian officiel : +Pour installer le package Debian officiel (2.4) : ~~~ # aptitude install mongodb @@ -19,7 +21,7 @@ Mais il existe aussi des paquets Debian distribués par MongoDB. Pour cela on ajoutera la ligne suivante dans son fichier _sources.list_ : ~~~ -deb dist 10gen +deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen ~~~ Puis :