From 379d26c70e394377e98b643a0d562469dfb84dd8 Mon Sep 17 00:00:00 2001 From: Zac Clemans Date: Thu, 26 May 2016 10:37:00 -0400 Subject: [PATCH] add instructions for setting up MongoDB on C9.io --- challenges/03-back-end-development-certification/mongodb.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/challenges/03-back-end-development-certification/mongodb.json b/challenges/03-back-end-development-certification/mongodb.json index e1f1ec63afd..21b5eee22bc 100644 --- a/challenges/03-back-end-development-certification/mongodb.json +++ b/challenges/03-back-end-development-certification/mongodb.json @@ -17,8 +17,9 @@ "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", + "Set up your mongod alias by following the directions at https://community.c9.io/t/setting-up-mongodb/1717.", "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.", + "Whenever you run a command that includes mongod on c9.io, use ./mongod instead.", "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.",