Skip to content

Commit 249e33b

Browse files
author
Andrew Leung
committed
adding in explaination of different version of MongoDB for Windows binaries
1 parent 728cdb2 commit 249e33b

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

source/tutorial/install-mongodb-on-windows.txt

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,23 @@ patterns.
2121
Procedure
2222
---------
2323

24+
2425
Download MongoDB for Windows
2526
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2627

2728
Download the latest production release of MongoDB from the `MongoDB
2829
downloads 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

186189
MongoDB as a Windows Service

0 commit comments

Comments
 (0)