added missing directory creation for mongodb mac os x installation
This commit is contained in:
parent
6223b7d78f
commit
3457883787
1 changed files with 2 additions and 0 deletions
|
|
@ -119,6 +119,8 @@ If you're running a 32-bit system, run `wget http://fastdl.mongodb.org/linux/mon
|
|||
To install MongoDB on **Mac OS X**, run the following:
|
||||
|
||||
brew install mongo
|
||||
sudo mkdir -p /data/db
|
||||
sudo chmod -Rv 777 /data/
|
||||
|
||||
### OpenSSL
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue