Pages

17 February, 2015

Start Mongo DB using Batch Script

  • This script is applicable for MongoDB 2.6 Standard x64
  • Install the MongoDB 2.6 Standard x64 from http://www.mongodb.org/downloads. Install location should be C:\Program Files\MongoDB 2.6 Standard\
  • Once installed, execute the batch file which will create the data folder and the start the mongo db.
  • For any change in the installation folder, you can change the batch script

Download it from GitHub
blockquote { margin: 0; } blockquote p { padding: 15px; background: #eee; border-radius: 5px; } blockquote p::before { content: '\201C'; } blockquote p::after { content: '\201D'; }