@@ -21,20 +21,23 @@ patterns.
2121Procedure
2222---------
2323
24+
2425Download MongoDB for Windows
2526~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2627
2728Download the latest production release of MongoDB from the `MongoDB
2829downloads page <http://www.mongodb.org/downloads>`_.
2930
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.
3632
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.
3841
3942.. note::
4043
@@ -179,8 +182,8 @@ insert a record in the ``test`` :term:`collection` of the default
179182 > db.test.find()
180183
181184.. 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
184187 information.
185188
186189MongoDB as a Windows Service
0 commit comments