Na het installeren van de MongoDB moet u handmatig een gegevensmap maken.
By default MongoDB will store data in /data/db, but it won't automatically create that directory. To create it, do: $ sudo mkdir -p /data/db/ $ sudo chown `id -u` /data/db You can also tell MongoDB to use a different data directory, with the --dbpath option.
Ga voor meer gedetailleerde informatie naar de MongoDB-wikipagina.