Skip to content

Instantly share code, notes, and snippets.

@cleytonferrari
Created April 20, 2017 11:36
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 cleytonferrari/e9c48653d78e75ab35b64c3ea1dddc15 to your computer and use it in GitHub Desktop.
Save cleytonferrari/e9c48653d78e75ab35b64c3ea1dddc15 to your computer and use it in GitHub Desktop.
Instalar o mongo como serviço
c:> mongod --install --dbpath d:\data\db --logpath d:\data\logs\log.txt --logappend --bind_ip 127.0.0.1 --directoryperdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment