title + liens

This commit is contained in:
jlecour 2017-04-14 14:34:12 +02:00
parent 2518e31558
commit 0405a2f7cf

View file

@ -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.** **Cette page a été importée automatiquement de notre ancien wiki mais n'a pas encore été révisée.**
# Howto mongoDB
<http://www.mongodb.org/display/DOCS/Home> * <http://www.mongodb.org/display/DOCS/Home>
* <http://docs.mongodb.org/v2.4/reference/configuration-options/>
<http://docs.mongodb.org/v2.4/reference/configuration-options/>
## Installation ## Installation
Pour installer le package Debian officiel : Pour installer le package Debian officiel (2.4) :
~~~ ~~~
# aptitude install mongodb # 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_ : Pour cela on ajoutera la ligne suivante dans son fichier _sources.list_ :
~~~ ~~~
deb <http://downloads-distro.mongodb.org/repo/debian-sysvinit> dist 10gen deb http://downloads-distro.mongodb.org/repo/debian-sysvinit dist 10gen
~~~ ~~~
Puis : Puis :