From 728cdb20d0c787158ba21254341749dba921a55d Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Tue, 31 Jul 2012 08:19:22 -0400 Subject: [PATCH 1/2] initial draft for different versions of MongoDB for Windows --- source/tutorial/install-mongodb-on-windows.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index d43aac1ef1e..96aa9b4b398 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -14,7 +14,7 @@ basic method for installing and running the MongoDB server :guilabel:`Command Shell` and will also outline the process for setting up MongoDB as a :guilabel:`Windows Service`. -MongoDB on Windows is similar to MongoDB in other environments: and +MongoDB on Windows is similar to MongoDB in other environments and most components have similar operations with similar operational patterns. @@ -27,6 +27,15 @@ Download MongoDB for Windows Download the latest production release of MongoDB from the `MongoDB downloads page `_. +There are several versions of MongoDB for Windows. MongoDB for Windows +2008 R2 is enhanced for Windows Server 2008 R2 and will run only on +this platform. MongoDB for Windows 64-bit will work on any 64-bit +version of the Windows platform, including Windows Server 2008 R2. The +Windows 32-bit version will run on any Windows platform newer than +Windows XP. + +.. TODO check if W2k8R2 x86 exists. + .. note:: Ensure you download the proper version of MongoDB for your @@ -87,7 +96,7 @@ Shell`, issue the following commands: dependencies. You can run MongoDB from any folder you choose. You may install MongoDB in any directory (e.g. ``D:\test\mongodb``) -MongoDB requires a data folder to store its files. The default +MongoDB requires a :term:`data folder ` to store its files. The default location for the MongoDB data directory is ``C:\data\db``. Create this folder using the :guilabel:`Command Shell` and issuing the following command sequence: From 249e33b15f8e335e0b11aaf38210630ea4302137 Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Tue, 31 Jul 2012 11:04:35 -0400 Subject: [PATCH 2/2] adding in explaination of different version of MongoDB for Windows binaries --- .../tutorial/install-mongodb-on-windows.txt | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 96aa9b4b398..34d73fbe372 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -21,20 +21,23 @@ patterns. Procedure --------- + Download MongoDB for Windows ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Download the latest production release of MongoDB from the `MongoDB downloads page `_. -There are several versions of MongoDB for Windows. MongoDB for Windows -2008 R2 is enhanced for Windows Server 2008 R2 and will run only on -this platform. MongoDB for Windows 64-bit will work on any 64-bit -version of the Windows platform, including Windows Server 2008 R2. The -Windows 32-bit version will run on any Windows platform newer than -Windows XP. +There are several versions of MongoDB for Windows. -.. TODO check if W2k8R2 x86 exists. +- MongoDB for Windows Server 2008 R2 is enhanced for Windows Server + 2008 R2 and Windows 7 64-bit and will run only on these platforms or + newer. +- MongoDB for Windows 64-bit will run on any 64-bit version of the + Windows platform, including Windows Server 2008 R2 and Windows 7 + 64-bit. +- MongoDB for Windows 32-bit will run on any Windows platform newer + than Windows XP. .. note:: @@ -179,8 +182,8 @@ insert a record in the ``test`` :term:`collection` of the default > db.test.find() .. seealso:: ":program:`mongo`" and ":doc:`/reference/javascript`." If - you want to develop applications using .NET, see the :wiki:` C# - Language Center ` page on the wiki for more + you want to develop applications using .NET, see the :wiki:`C# + Language Center ` wiki page for more information. MongoDB as a Windows Service