Merge pull request #1234 from MITx/fix/zoldak/clarify-doc

Clarify that you need to start up the mongo daemon
This commit is contained in:
Victor Shnayder
2013-01-07 11:19:27 -08:00

View File

@@ -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: