Wednesday, February 1, 2017

First run for mongodb

Steps involved for the first run of mongodb

1) Download the desired flavor of mongodb from https://www.mongodb.com/download-center#community

2) Install mongodb by following the instructions



3)Create the data folder under the root
         
 4) Run mongod

C:\Program Files\MongoDB\Server\3.4\bin>mongod


Instance of mongdb running



No comments:

Post a Comment