diff options
author | dwight <dwight@10gen.com> | 2010-06-17 10:38:09 -0400 |
---|---|---|
committer | dwight <dwight@10gen.com> | 2010-06-17 10:38:09 -0400 |
commit | 8d285b5738075956c38ab1a5eead5f443bfc5f51 (patch) | |
tree | 5e5bae6a281e0b6dfc487062b30b725bf77ce915 /README | |
parent | e533008b5dea5f95ab69559a9a9a976825eae4cc (diff) | |
download | mongo-8d285b5738075956c38ab1a5eead5f443bfc5f51.tar.gz |
readme
Diffstat (limited to 'README')
-rwxr-xr-x[-rw-r--r--] | README | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -12,11 +12,11 @@ COMPONENTS BUILDING
- see docs/building.md
+ See docs/building.md, also www.mongodb.org search for "Building".
RUNNING
- To see command line options invoke:
+ For command line options invoke:
$ ./mongod --help
@@ -25,22 +25,27 @@ RUNNING $ mkdir /data/db
$ ./mongod
$
- $ # mongo shell connects to localhost and test database by default:
+ $ # The mongo javascript shell connects to localhost and test database by default:
$ ./mongo
> help
+DRIVERS
+
+ Client drivers for most programming languages are available at mongodb.org.
+
NOTES
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 work fine with small development databases.
-LICENSING
+LICENSE
Most MongoDB source files are made available under the terms of the
GNU Affero General Public License (AGPL). See individual files for
details.
- As an exception, the files in the debian/ directory, the rpm/
- directory, and all subdirectories thereof are made available under
+ As an exception, the files in the client/, debian/, rpm/,
+ utils/mongoutils, and all subdirectories thereof are made available under
the terms of the Apache License, version 2.0.
+
|