How to install and verify MongoDB on Windows 7 ?

Step by Step instructions: 1. Download MongoDB Check MongoDB msi from Official website and download Windows Server 2008 R2 64-bit and later version. 2. Install MongoDB Double click on downloaded MSI (mongodb-win32-x86_64-2008plus-ssl-3.2.11-signed.msi) file and follow the click on next button on wizard to complete the installation. 3. Create Default Directory MongoDB requires a data directory to store all data and its default data directory path is \data\db. On Windows, By default it will always look for above directory under C:/ structure, Goto C: directory and create /data/db, So the full path of db folder will be C:\data\db 4. Set environment variables Set MongoDB location to system's environment variables and give path till bin folder. 5. 5. Start MongoDB To ...