Skip to content

Instantly share code, notes, and snippets.

@FrankDeGroot
Created April 3, 2014 15:59
Show Gist options
  • Select an option

  • Save FrankDeGroot/9957193 to your computer and use it in GitHub Desktop.

Select an option

Save FrankDeGroot/9957193 to your computer and use it in GitHub Desktop.
Install MongoDB as a Windows Service
rem Notice logpath is a FILE and dbpath is a DIRECTORY.
C:\Tools\mongodb\bin\mongod --logpath=C:\Tools\mongodb\log\mongod.log --dbpath=C:\Tools\mongodb\data --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment