CARVIEW |
Select Language
HTTP/2 302
server: nginx
date: Tue, 26 Aug 2025 06:21:39 GMT
content-type: text/plain; charset=utf-8
content-length: 0
x-archive-redirect-reason: found capture at 20100324104327
location: https://web.archive.org/web/20100324104327/https://github.com/mongodb/mongo/tree/r1.1.0
server-timing: captures_list;dur=0.748161, exclusion.robots;dur=0.026545, exclusion.robots.policy;dur=0.010863, esindex;dur=0.014229, cdx.remote;dur=39.864264, LoadShardBlock;dur=923.329752, PetaboxLoader3.datanode;dur=93.420804, PetaboxLoader3.resolve;dur=173.943317
x-app-server: wwwb-app224
x-ts: 302
x-tr: 1024
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
set-cookie: wb-p-SERVER=wwwb-app224; path=/
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
HTTP/2 200
server: nginx
date: Tue, 26 Aug 2025 06:21:40 GMT
content-type: text/html; charset=utf-8
x-archive-orig-server: nginx/0.7.61
x-archive-orig-date: Wed, 24 Mar 2010 10:43:27 GMT
x-archive-orig-connection: close
x-archive-orig-status: 200 OK
x-archive-orig-etag: "de0d6d1c0acbba57fed6e4d464f72eb7"
x-archive-orig-x-runtime: 294ms
x-archive-orig-content-length: 35767
x-archive-orig-cache-control: private, max-age=0, must-revalidate
x-archive-guessed-content-type: text/html
x-archive-guessed-charset: utf-8
memento-datetime: Wed, 24 Mar 2010 10:43:27 GMT
link: ; rel="original", ; rel="timemap"; type="application/link-format", ; rel="timegate", ; rel="first memento"; datetime="Mon, 07 Dec 2009 02:03:16 GMT", ; rel="prev memento"; datetime="Mon, 07 Dec 2009 02:03:16 GMT", ; rel="memento"; datetime="Wed, 24 Mar 2010 10:43:27 GMT", ; rel="next memento"; datetime="Tue, 25 May 2010 14:01:48 GMT", ; rel="last memento"; datetime="Mon, 26 Jul 2010 18:47:16 GMT"
content-security-policy: default-src 'self' 'unsafe-eval' 'unsafe-inline' data: blob: archive.org web.archive.org web-static.archive.org wayback-api.archive.org athena.archive.org analytics.archive.org pragma.archivelab.org wwwb-events.archive.org
x-archive-src: 52_14_20100324085623_crawl101-c/52_14_20100324104204_crawl101.arc.gz
server-timing: captures_list;dur=0.925517, exclusion.robots;dur=0.023872, exclusion.robots.policy;dur=0.011740, esindex;dur=0.012618, cdx.remote;dur=8.357052, LoadShardBlock;dur=235.462498, PetaboxLoader3.datanode;dur=188.967032, PetaboxLoader3.resolve;dur=145.653483, load_resource;dur=171.130726
x-app-server: wwwb-app224
x-ts: 200
x-tr: 502
server-timing: TR;dur=0,Tw;dur=0,Tc;dur=0
x-location: All
x-rl: 0
x-na: 0
x-page-cache: MISS
server-timing: MISS
x-nid: DigitalOcean
referrer-policy: no-referrer-when-downgrade
permissions-policy: interest-cohort=()
content-encoding: gzip
mongodb's mongo at r1.1.0 - GitHub
mongodb / mongo
- Source
- Commits
- Network (41)
- Downloads (0)
- Graphs
-
Tree:
r1.1.0
click here to add a description
click here to add a homepage
mongo /
README
Mongo DB README DOCUMENTATION https://www.mongodb.org/display/DOCS/Home COMPONENTS mongod - The database process. mongos - Sharding controller (sharding available later in Q209). mongo - The interact javascript db shell. BUILDING For detail information about building, please see: https://www.mongodb.org/display/DOCS/Building - Pre-requisite for 'test' binary, the MongoDB unit test suite: This is not required for building or running the database To compile the unit tests, you need to install the unit test framework from: https://unittest.red-bean.com/ $ cd .. $ svn co https://svn.red-bean.com/unittest/trunk/ unittest $ cd unittest $ ./configure $ make $ sudo make install - Then use scons to build. If you want to build everything (mongod, mongo, tools, etc): $ scons . If you only want to build the database: $ scons To install $ scons --prefix=/opt/mongo install RUNNING Run ./mongod and command line options will display. COMPILER VERSIONS Mongo has been tested with GCC 4.1.2 and Visual Studio 2008. Older versions of GCC may not be happy. 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. --- WINDOWS --- See also https://www.mongodb.org/display/DOCS/Building+for+Windows COMPILING REQUIREMENTS - python 2.6 (for scons) - scons - boost 1.35 - vc++ express - windows sdk - tested with v6.0 v6.0a scons mkdir \data\ mkdir \data\db db\db run --- ubuntu --- scons libboost-dev libpcre++-dev libmozjs-dev --- FreeBSD --- Install the following ports: - devel/boost - devel/libexecinfo - devel/pcre - lang/spidermonkey