This file contains hidden or 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
1) Install MongoDB and launch it: | |
21:44:59 ^ $ /opt/local/bin/mongod --dbpath=/opt/mongo-data/ | |
Wed Aug 19 21:45:10 Mongo DB : starting : pid = 6578 port = 27017 dbpath = /opt/mongo-data/ master = 0 slave = 0 32-bit | |
** NOTE: when using MongoDB 32 bit, you are limited to about 2 gigabytes of data | |
** see http://blog.mongodb.org/post/137788967/32-bit-limitations for more | |
Wed Aug 19 21:45:10 db version v0.9.8, pdfile version 4.4 | |
Wed Aug 19 21:45:10 git version: nogitversion |