How To Install¶
The installation of MongoDB is very straightforward.
Details for multiple platforms are available in the Installation Page.
Linux¶
Under Ubuntu and Debian you can install MongoDB by using the following command
sudo aptitude install mongodb
Create a default database
mkdir -p /data/db
Mac¶
Follow instructions in the Mac Installation page.
Windows¶
Follow instructions in the Windows Installation page.