diff options
author | Dwight Merriman <dwight@10gen.com> | 2010-05-01 21:36:33 -0400 |
---|---|---|
committer | Dwight Merriman <dwight@10gen.com> | 2010-05-01 21:36:33 -0400 |
commit | 5473d2a554b145c41f103ad5c2a98ac409a15e10 (patch) | |
tree | adff8457213c247e2a8f3916907a3f2ab1e49b77 /README | |
parent | ea26348dcbc532a89901ac1eea10f22666592e22 (diff) | |
download | mongo-5473d2a554b145c41f103ad5c2a98ac409a15e10.tar.gz |
boost etc mnior
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 9 insertions, 6 deletions
@@ -14,16 +14,20 @@ BUILDING see docs/building.md
-
RUNNING
- ./mongod
+ To see command line options invoke:
- runs the database. Use
+ $ ./mongod --help
- ./mongod --help
+ To run a single server database:
- to see command line options.
+ $ mkdir /data/db
+ $ ./mongod
+ $
+ $ # mongo shell connects to localhost and test database by default:
+ $ ./mongo
+ > help
NOTES
@@ -31,7 +35,6 @@ NOTES not be able to work with large (multi-gigabyte) databases. However, 32 bit
builds work fine with small development databases.
-
LICENSING
Most MongoDB source files are made available under the terms of the
|