Skip to content

Instantly share code, notes, and snippets.

@arnaudbesnier
Last active January 8, 2016 13:21
Show Gist options
  • Save arnaudbesnier/6dc934a57f70c114ca1f to your computer and use it in GitHub Desktop.
Save arnaudbesnier/6dc934a57f70c114ca1f to your computer and use it in GitHub Desktop.
Meteor Server

Launch Server:

meteor

Which Meteor version

meteor --version

Update Meteor version

meteor update --release 1.2.1

Launch MongoDB database:

mongod

Launch MongoDB shell:

mongo

Find where is the MongoDB database:

// Local
meteor mongo -U
// Remote
meteor mongo --url blah.meteor.com

Quick references for MongoDB shell: http://docs.mongodb.org/v2.2/reference/mongo-shell/

show dbs
show collections
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment