adding info about installing mongoDB

This commit is contained in:
Daniel Shiffman 2017-01-17 15:03:37 -05:00 committed by GitHub
parent 3709587f4c
commit b018aa645c
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ The p5.js interceptor code has been moved into its own directory! Make sure that
2. `$ git submodule init`
3. `$ npm install`
4. Install MongoDB and make sure it is running
* For Mac OSX with [homebrew](http://brew.sh/): `brew install mongodb` then `brew services start mongodb`
* For Windows and Linux: [MongoDB Installation](https://docs.mongodb.com/manual/installation/)
5. Create a file called `.env` in the root of this directory that looks like
```