{ "name": "MongoDB", "order" : 19, "challenges": [ { "id": "bd7243d8c341eddeaeb5bd0f", "title": "Store Data in MongoDB", "challengeSeed": ["133316035"], "description": [ "We'll build this Waypoint on Cloud 9, a powerful online code editor with a full Ubuntu Linux workspace, all running in the cloud.", "If you don't already have Cloud 9 account, create one now at http://c9.io.", "Open up http://c9.io and sign in to your account.", "Click on the \"+\" icon at the top right of the c9.io page to create a new workspace.", "Give your workspace a name and an optional description.", "Choose Node.js in the selection area below the name field.", "Click the \"Create workspace\" button.", "Once C9 builds and loads your workspace, you should see a terminal window in the lower right hand corner. In this window use the following commands. You don't need to know what these mean at this point.", "Install learnyoumongo with this command: npm install learnyoumongo -g", "Now start the tutorial by running learnyoumongo.", "Whenever you run a command that includes mongod on c9.io, be sure to also use the --nojournal flag, like this: mongod --nojournal.", "Note that you can resize the c9.io's windows by dragging their borders.", "Make sure that you are always in your project's \"workspace\" directory. You can always navigate back to this directory by running this command: cd ~/workspace.", "You can view this Node School module's source code on GitHub at https://github.com/evanlucas/learnyoumongo.", "Complete \"Mongod\"", "Complete \"Connect\"", "Complete \"Find\"", "Complete \"Find Limit\"", "Complete \"Insert\"", "Complete \"Update\"", "Complete \"Remove\"", "Complete \"Count\"", "Complete \"Aggregate\"", "Once you've completed these steps, move on to our next challenge." ], "type": "waypoint", "challengeType": 2, "tests": [], "nameCn": "", "descriptionCn": [], "nameFr": "", "descriptionFr": [], "nameRu": "", "descriptionRu": [], "nameEs": "", "descriptionEs": [], "namePt": "", "descriptionPt": [] } ] }