MongoDB - SPLessons

MongoDB Installation

Home > Lesson > Chapter 3
SPLessons 5 Steps, 3 Clicks
5 Steps - 3 Clicks

MongoDB Installation

MongoDB Installation

shape Description

The database Mongo DB Installation in windows 64 bit operating system is as follows.

shape step - 1

Download mongoDB community center.

shape step - 2

By default it will select community server.

shape step - 3

In the  community server, select windows server 2008 R2 64-bit and later, with SSL support.

shape step - 4

Click on download.

shape step - 5

It will download windows installer.

shape step - 6

It will display mongoDB 3.2.7 2008R2Plus SSL  (64 bit) Set wizard and click on next button.

shape step - 7

Check the box and click on next button.

shape step - 8

Select complete installation and click on next button.

shape step - 9

Click on  install button then it will run MongoDB 3.2.7 2008R2Plus SSL(64 bits) setup.

shape step - 10

After the setup get installed click on next button.

shape step - 11

Click on Finish button.

shape step - 12

Set the path of the directory in the command prompt.

shape step - 13

All the MongoDB related files will be stored in the bin folder.

shape step - 14

After setting the MongoDB path the execution process get started and wait for the connections.

shape step - 15

Open another command prompt and set the path again.

shape step - 16

In the second command prompt after setting the path type Mongo, it will display the MongoDB shell version as 3.2.7 that connects to test db.

shape step - 17

Whatever the operation that performed in the MongoDB shell version in the second command prompt then it will automatically accepted its connection in the first command prompt.(i.e.,1 connection now open).

shape step - 18

The MongoDB Installation process has been successfully completed.

Summary

shape Key Points

  • MongoDB Installation : Perform the MongoDB Installation using two command prompts.
  • MongoDB Installation : The installation steps for mongoDB database in windows 64 bit operating system as been performed.