From 0c6e8c4820876efdb94173135e315a6f158f7624 Mon Sep 17 00:00:00 2001 From: Jay Zoldak Date: Mon, 7 Jan 2013 14:08:18 -0500 Subject: [PATCH] Clarify that you need to start up the mongo daemon --- doc/development.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/development.md b/doc/development.md index ebc56fbf1b..36827aafeb 100644 --- a/doc/development.md +++ b/doc/development.md @@ -19,6 +19,11 @@ Use the MacPorts package `mongodb` or the Homebrew formula `mongodb` ## Initializing Mongodb +First start up the mongo daemon. E.g. to start it up in the background +using a config file: + + mongod --config /usr/local/etc/mongod.conf & + Check out the course data directories that you want to work with into the `GITHUB_REPO_ROOT` (by default, `../data`). Then run the following command: