Created
April 3, 2014 15:59
-
-
Save FrankDeGroot/9957193 to your computer and use it in GitHub Desktop.
Install MongoDB as a Windows Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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