diff options
author | Dwight <dmerriman@gmail.com> | 2009-03-19 13:29:27 -0400 |
---|---|---|
committer | Dwight <dmerriman@gmail.com> | 2009-03-19 13:29:27 -0400 |
commit | 19125066b35c11cbf6c501289e43191d5ed570dc (patch) | |
tree | 4329e591dfa63706c1a037b75786d7a280bb076f /README | |
parent | 3a5aef675691bbc3003776d8e32fcdcc0808a229 (diff) | |
download | mongo-19125066b35c11cbf6c501289e43191d5ed570dc.tar.gz |
update README
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -1,14 +1,14 @@ -Mongo Database README +Mongo DB README DOCUMENTATION -http://mongodb.onconfluence.com/display/DOCS/Mongo+Documentation +http://www.mongodb.org/display/DOCS/Home -ORGANIZATION +COMPONENTS -db/ : core database source code -grid/ : socket messaging stuff -util/ : util classes +mongod - The database process. +mongos - Sharding controller (sharding available later in Q209). +mongo - The interact javascript db shell. BUILDING @@ -43,7 +43,7 @@ BUILDING RUNNING -Run ./db and command line options will display. +Run ./mongod and command line options will display. COMPILER VERSIONS @@ -56,15 +56,16 @@ Mongo uses the 10gen appserver and the Java Virtual Machine to execute user program code in the database. This feature is optional -- if you would like to run the database without these installed, run with the --nojni option. With --nojni specified, the db.eval() and $where features are no -longer available. +longer available. You may still need JVM libraries which are statically linked. Mongo uses memory mapped files. If built as a 32 bit executable, you will not be able to work with large (multi-gigabyte) databases. However, 32 bit -builds should work fine with small development databases. - +builds work fine with small development databases. --- WINDOWS --- +See also http://www.mongodb.org/display/DOCS/Building+for+Windows + COMPILING REQUIREMENTS - python 2.6 (for scons) @@ -74,7 +75,6 @@ COMPILING - windows sdk - tested with v6.0 v6.0a - java sdk 1.6 - you have to add java\jdk\bin\ to your path scons |