Created
July 22, 2014 15:20
-
-
Save michael-benin-CN/20e183a4189e3377da13 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# To just run mongod | |
sudo mkdir /data | |
sudo mkdir /data/db | |
sudo chmod -R 777 /data | |
mongod |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment