Please enable Javascript to correctly display the contents on Dot Net Tricks!
 
Become an Expert in C#, .NET, MVC, JAVA, PHP, AngularJS, Hadoop, Android, iphone, Testing etc.
by Joining our Training Programs and Take Your Career to the Next Level! To know more make a call on +91 98 71 749695

MongoDB Installation and Configuration

Posted By : Shailendra Chauhan, 28 May 2015
Updated On : 29 May 2015
Total Views : 2,385   
Version Support : 3.0+
 
Keywords : configure mongodb, installing mongodb on windows, mongodb configuration on windows os

Before going to start Hands-On MongoDB, let's first install and configure it. Here, I am using windows OS to install and configure it. First download the latest release of MongoDB from MogoDB Inc. for windows OS.

Downloading MongoDB

Installing MongoDB

Just do double click on MongoDB setup file and follow the following steps to install it.

MongoDB server is installed at following location in my machine.

Configuring MongoDB and Working with MongoDB Shell

After installing MongoDB on your windows machine, you need to start the MongoDB shell to manage MongoDB Server. To start it follow the following steps.

  1. Configure the MongoDB path using environment variable path for the user.

    In this variable value just append your mongodb installation dir path with bin folder using semicolon (;), like in my case it is C:\Program Files\MongoDB\Server\3.0\bin. Refer the screen shot for it. After that, click OK.

  2. Open Command Prompt and go to your mongodb installation dir bin folder

    cd C:\Program Files\MongoDB\Server\3.0\bin
    
  3. Start MongoDB server by typing mongod.exe

    If successful, your MongoDB server is started as shown below:

  4. Now open another Command Prompt and run mongo command as:

    mongo
    

    If successful, your MongoDB shell is started as shown below:

    Run help command to get information about the MongoDB shell.

Now it's ready to manage and query your MongoDB database. That's it for now!

What do you think?

I hope you get idea how to install and configure MongoDB on your machine. I would like to have feedback from my blog readers. Your valuable feedback, question, or comments about this article are always welcome.

 
Further Reading
 
About the Author
Hey! I'm Shailendra Chauhan full-time author, consultant & trainer. I have more than 6 years of hand over Microsoft .NET technologies and other web technologies like JavaScript, AngularJS, NodeJS etc. I am an entrepreneur, the founder & chief editor of www.dotnet-tricks.com and www.dotnettricks.com. I am author of most popular e-books for technical Interview on ASP.NET MVC Interview Questions and Answers & AngularJS Interview Questions and Answers & LINQ Interview Questions and Answers.
I have delivered 100+ training sessions to professional world-wide over Microsoft .NET technologies such C#, ASP.NET MVC, WCF, Entity Framework and other mobile technologies such Ionic, PhoneGap, Corodva. Read more...
 
Free Interview Books
 
SUBSCRIBE & FOLLOW US
 
Browse By Category
 
 
Like us on Facebook