Efter installation av MongoDB bör du skapa en datamapp manuellt.
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.
För mer detaljerad information gå till MongoDB wikisida.