Advertisement
Guest User

Untitled

a guest
May 6th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. ## MongoDB Setup
  2. - Download and install MongoDb from the website
  3. - Create a DB Directory in `C:\` as `MongoData`
  4. - Go to Directory `C:\Program Files\MongoDB\Server\3.2\bin`
  5. - Open Terminal and run the command `"mongod --dbpath "C:\MongoData""`
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement