@@ -21,20 +21,23 @@ patterns.
21
21
Procedure
22
22
---------
23
23
24
+
24
25
Download MongoDB for Windows
25
26
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26
27
27
28
Download the latest production release of MongoDB from the `MongoDB
28
29
downloads page <http://www.mongodb.org/downloads>`_.
29
30
30
- There are several versions of MongoDB for Windows. MongoDB for Windows
31
- 2008 R2 is enhanced for Windows Server 2008 R2 and will run only on
32
- this platform. MongoDB for Windows 64-bit will work on any 64-bit
33
- version of the Windows platform, including Windows Server 2008 R2. The
34
- Windows 32-bit version will run on any Windows platform newer than
35
- Windows XP.
31
+ There are several versions of MongoDB for Windows.
36
32
37
- .. TODO check if W2k8R2 x86 exists.
33
+ - MongoDB for Windows Server 2008 R2 is enhanced for Windows Server
34
+ 2008 R2 and Windows 7 64-bit and will run only on these platforms or
35
+ newer.
36
+ - MongoDB for Windows 64-bit will run on any 64-bit version of the
37
+ Windows platform, including Windows Server 2008 R2 and Windows 7
38
+ 64-bit.
39
+ - MongoDB for Windows 32-bit will run on any Windows platform newer
40
+ than Windows XP.
38
41
39
42
.. note::
40
43
@@ -179,8 +182,8 @@ insert a record in the ``test`` :term:`collection` of the default
179
182
> db.test.find()
180
183
181
184
.. seealso:: ":program:`mongo`" and ":doc:`/reference/javascript`." If
182
- you want to develop applications using .NET, see the :wiki:` C#
183
- Language Center <CSharp+Language+Center>` page on the wiki for more
185
+ you want to develop applications using .NET, see the :wiki:`C#
186
+ Language Center <CSharp+Language+Center>` wiki page for more
184
187
information.
185
188
186
189
MongoDB as a Windows Service
0 commit comments