Skip to content

Commit

Permalink
add MongoDB to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjudd committed Jan 20, 2016
1 parent 9366899 commit 5ce080e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions developer/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ If you want to use shell scripts under Windows:
- bin/reset
```

## MongoDB
[MongoDB](https://www.mongodb.org/) is bundled with the developer environment, you don't need to install it.

When using a production build or a standalone [MongoDB](https://www.mongodb.org/) server, make sure you are using **version 2.6** or better.

You can connect to the local Meteor / MongoDB instance on the `Meteor port + 1`. No credentials required in development.

## Troubleshooting
### Failed to load c++ Json message
You can ignore this error, but if it annoys you can run
Expand Down

0 comments on commit 5ce080e

Please sign in to comment.