Monday, 27 May 2013

Setup MongoDB as a service on a remote Linux server via SSH

I am trying to setup MongoDB in a remote Linux server via SSH.
I have already done this on Windows, adding a registry key with --auth --service --rest -master -logpath="path" --dbpath="path2"
How can I do this on Linux?

No comments:

Post a Comment