Guest User

Untitled

a guest
Mar 21st, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Install the MongoDB Binaries
  2.  
  3. brew install mongodb
  4.  
  5. Create the data directory
  6.  
  7. mkdir -p /data/db
  8.  
  9. Set permissions for the data directory
  10.  
  11. sudo chmod 777 /data/db
  12.  
  13. Run MongoDB
  14.  
  15. mongod
Add Comment
Please, Sign In to add comment