Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
cool! this works for me after I install mongodb and i get this error after updating:
W: GPG error: http://downloads-distro.mongodb.org dist Release: The following signatures couldn’t be verified because the public key is not available: NO_PUBKEY 9ECBEC467F0CEB10
You may be reaching this error because the GPG key, which is specified in the first line of the script, is transferred through port 11371. It is possible that this port may be blocked in your firewall setup.
I would recommend looking at your IP tables and, if it applies, unblocking port 11371. You can see your IP Table rules with the command “iptables -L” Let us know if you have further issues.
I have done this step by step… I even got the same results as you specified!!.. but whenever I say aarti@aarti-Vostro-1540:~$ mongo MongoDB shell version: 2.2.0 connecting to: test Thu Sep 13 11:38:30 Error: couldn’t connect to server 127.0.0.1:27017 src/mongo/shell/mongo.js:91 exception: connect failed aarti@aarti-Vostro-1540:~$
It may be that Mongo is not turned on.
Before using the “mongo” command, go ahead and start mongo running with “sudo service mongodb start”
Let me know if that works.
I ran sudo service mongodb start and it said it was already running. I typed mongo after that and everything was peachy. Very strange.
I believe it only creates the data directory on the first start but then exits. So, once you restart it once it works like a charm!
if you are getting an error trying to install a recent version on mongodb, check this out: https://jira.mongodb.org/browse/SERVER-6910
PLEASE add the fact to setup iptables!! otherwise your mongodb server will be open to the world! (default port and default auth)
apparently, when when I finish the step two, the mongo db has already created and ready to go. No step 3 is needed. Also looks like I need to replace user name and password immediately after creating the mongo db.