backend
Mongodb install in mac OS X
seul chan
2018. 4. 12. 15:32
Install
Easy installing by homebrew
brew install mongodb
Make directory for mongodb
sudo mkdir -p /data/db
and have to give permission to /data/db
sudo chown $USER /data/db
Basic setting
Activate mongod
mongod
And access mongodb shell by mongo
command