I was following this quickstart guide, http://www.mongodb.org/display/DOCS/Quickstart+OS+X, but I got lost when they told me to to execute ./mongodb-xxxxxxx/bin/mongod, in which directory do I execute this command? I tried to find / -name mongodb results matched that directory format.
I was following this quickstart guide, http://www.mongodb.org/display/DOCS/Quickstart+OS+X , but I got lost when they
Share
To start Mongo, run that command in the root installation directory of mongo, so, assuming you installed mongo in
/opt/mongo/mongodb-linux-x86_64-2.0.2, just run in that folder like this…Add any additional parameters you need to start the instance, this is how I run my instance….