Top Banner
Getting Started with MongoDB on Windows MongoDB 3.0.2 Windows 7 Enterprise
14

Getting started with mongo db on windows

Jul 25, 2015

Download

Technology

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Getting started with mongo db on windows

Getting Started with MongoDB on Windows

MongoDB 3.0.2Windows 7 Enterprise

Page 2: Getting started with mongo db on windows

Download

Page 3: Getting started with mongo db on windows

Install (1)

Page 4: Getting started with mongo db on windows

Install (2)

Page 5: Getting started with mongo db on windows

Install (3)

Alternatively, install into

C:\mongodb

Click on Custom and change the directory

Page 6: Getting started with mongo db on windows

Install (4)

Page 7: Getting started with mongo db on windows

Install (5)

Page 8: Getting started with mongo db on windows

Put the mongo bin in the Path (1)

Right-click on Computer and select “Properties”

Page 9: Getting started with mongo db on windows

Put the mongo bin in the Path(2)

Page 10: Getting started with mongo db on windows

Put the mongo bin in the Path(3)

Page 11: Getting started with mongo db on windows

Put the mongo bin in the Path(4)

Append

C:\mongodb\bin

To the end of the “Variable value”

Click ‘OK’

Page 12: Getting started with mongo db on windows

Set up the MongoDB environment

Create the db directorymd \data\db

Page 13: Getting started with mongo db on windows

Test if its working

Open 2 command prompts.Run “mongod” in one thenRun “mongo” in the other

Page 14: Getting started with mongo db on windows

Done!