Skip to content

Commit

Permalink
MongoDB fails if the directory does not exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Mar 12, 2012
1 parent 8e5a5d5 commit bf9b44a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Alternatively you may assemble a classpath from the dependencies being put in th

You will also need a working MongoDB instance. In development mode, I suggest that you use it with the provided configuration file called `mongod.conf`:

mkdir db-mongodb
mongod run --config=mongod.conf

You can tweak the MongoDB configuration as you want to add replication and sharding support. This is all transparent to the HTTP proxy application, and you can even start a cluster of those!
Expand Down

0 comments on commit bf9b44a

Please sign in to comment.