Skip to content

Instantly share code, notes, and snippets.

@rflechner
Created August 31, 2017 12:33
Show Gist options
  • Save rflechner/8e7109800237114959c6c2c2eb490716 to your computer and use it in GitHub Desktop.
Save rflechner/8e7109800237114959c6c2c2eb490716 to your computer and use it in GitHub Desktop.
install mongod as a windows service
mkdir C:\mongodb
mkdir C:\mongodb\log
mkdir C:\mongodb\db
cd C:\mongodb
mongod.exe --install --config C:\mongodb\mongod.cfg
net start MongoDb
systemLog:
destination: file
path: C:\mongodb\log\mongod.log
storage:
dbPath: C:\mongodb\db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment