Skip to content

Instantly share code, notes, and snippets.

@vmeln
Created May 24, 2014 09:11
Show Gist options
  • Save vmeln/d0814e71e13b3dbe5974 to your computer and use it in GitHub Desktop.
Save vmeln/d0814e71e13b3dbe5974 to your computer and use it in GitHub Desktop.
Installer of MongoDB service
cd "C:\Program Files\MongoDB 2.6 Standard"
md data\db
md log
echo "" > log\mongod.log
bin\mongod --logappend --logpath="C:\Program Files\MongoDB 2.6 Standard\log\mongod.log" --dbpath="C:\Program Files\MongoDB 2.6 Standard\data\db" --directoryperdb --install
net start MongoDB
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment