Skip to content

Instantly share code, notes, and snippets.

@swdream
Last active August 13, 2018 06:08
Show Gist options
  • Save swdream/4d63963aede94c71bb6c2e134d03215d to your computer and use it in GitHub Desktop.
Save swdream/4d63963aede94c71bb6c2e134d03215d to your computer and use it in GitHub Desktop.
  1. Installation on Mac
 cd packages/
 curl -O https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-3.0.6.tgz
 tar -zxvf mongodb-osx-x86_64-3.0.6.tgz 
 ls
 sudo mv mongodb-osx-x86_64-3.0.6 /usr/local/mongodb
 sudo mkdir -p /data/db
 
 sudo chown thanh_nt /data/db
 vim /Users/thanh_nt/.bash_profile
export MONGO_PATH=/usr/local/mongodb
export PATH=$PATH:$MONGO_PATH/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment