added missing directory creation for mongodb mac os x installation

This commit is contained in:
Sven Kräuter 2010-09-17 06:11:57 +08:00 committed by Daniel Grippi
parent 6223b7d78f
commit 3457883787

View file

@ -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