Skip to content

Instantly share code, notes, and snippets.

@harshbaid
Created June 20, 2017 22:15
Show Gist options
  • Select an option

  • Save harshbaid/073d3bc6592dff652c8af6f543533247 to your computer and use it in GitHub Desktop.

Select an option

Save harshbaid/073d3bc6592dff652c8af6f543533247 to your computer and use it in GitHub Desktop.
Install MongoDB as Windows Service
mongod --dbpath=D:\mongodb --logpath=D:\mongodb\log.txt --install
REM Reference link: <http://stackoverflow.com/questions/2438055/how-to-run-mongodb-as-windows-service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment