MongoDB 2014 Install and Configure MongoDb NoSql DB on Windows MongoDB is a cross-platform, document-oriented database designed for ease of development and scaling. Download a mongoDb from http://www.mongodb.org/downloads, select the release based on the machine 64/32 bit. 1. Extract it into a specific location and go to the bin dir. 2. You need to create a few directory, mongoDb required Data and log directory. Created by Prabhakaran .J from EWT Page 1
MongoDB 2014 3. Create a config file which will tell the server which directory to use – mongo.config 4. Open the command prompt, Go to  bin directory mongodb server file is mongod.exe 5. Start the server using the config file to the below command >> mongod.exe --config= “mongo.config” 6. Check the server is on/off Mongo it will show the server is on and which db is connected. MongoDb stores the document is JSON format Created by Prabhakaran .J from EWT Page 2

Install and configure mongo db nosql db on windows

  • 1.
    MongoDB 2014 Installand Configure MongoDb NoSql DB on Windows MongoDB is a cross-platform, document-oriented database designed for ease of development and scaling. Download a mongoDb from http://www.mongodb.org/downloads, select the release based on the machine 64/32 bit. 1. Extract it into a specific location and go to the bin dir. 2. You need to create a few directory, mongoDb required Data and log directory. Created by Prabhakaran .J from EWT Page 1
  • 2.
    MongoDB 2014 3.Create a config file which will tell the server which directory to use – mongo.config 4. Open the command prompt, Go to  bin directory mongodb server file is mongod.exe 5. Start the server using the config file to the below command >> mongod.exe --config= “mongo.config” 6. Check the server is on/off Mongo it will show the server is on and which db is connected. MongoDb stores the document is JSON format Created by Prabhakaran .J from EWT Page 2