Skip to content

Instantly share code, notes, and snippets.

@SteveMcArthur
Created April 9, 2014 09:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SteveMcArthur/41e187d4620433a7a5a7 to your computer and use it in GitHub Desktop.
Save SteveMcArthur/41e187d4620433a7a5a7 to your computer and use it in GitHub Desktop.
Install mongodb as a windows service
"C:\MongoDB\bin\mongod.exe" --config "C:\MongoDB\mongod.cfg" --install
::mongod.cfg requires the logpath to be specified otherwise the service will no start
logpath=C:\mongodb\log\mongo.log
dbpath=F:\mongodb\data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment