I am new to Mongo and Meteor.
I installed Meteor on Mac OSX 10.8, and I created a new Meteor application using a collection called "Fillup".
I am learning some tutorials about Mongo, and I am trying to learn shell commands, but none of them work.
I want to use the Mongo command line to view and process the collection that I am building in my Meteor application.
I installed Mongo separately after Meteor, and I think that Meteor could use another “copy” of Mongo, because now when I try to “mongo” I get:
$ mongo MongoDB shell version: 2.4.5 connecting to: test Sun Jul 28 14:25:33.055 JavaScript execution failed: Error: couldn't connect to server 127.0.0.1:27017 at src/mongo/shell/mongo.js:L112 exception: connect failed
Whether Meteor is working or not, and Meteor is working fine.
source share