2

Click here to load reader

Install and configure mongo db nosql db on windows

Embed Size (px)

DESCRIPTION

MongoDB

Citation preview

Page 1: Install and configure mongo db nosql db on windows

MongoDB 2014

Created by Prabhakaran .J from EWT Page 1

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.

Page 2: Install and configure mongo db nosql db on windows

MongoDB 2014

Created by Prabhakaran .J from EWT Page 2

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