Skip to content

Fix win2008r2 #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 31, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 16 additions & 4 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,31 @@ 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.

Procedure
---------


Download MongoDB for Windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Download the latest production release of MongoDB from the `MongoDB
downloads page <http://www.mongodb.org/downloads>`_.

There are several versions of MongoDB for Windows.

- 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::

Ensure you download the proper version of MongoDB for your
Expand Down Expand Up @@ -87,7 +99,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 <dbpath>` 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:
Expand Down Expand Up @@ -170,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 <CSharp+Language+Center>` page on the wiki for more
you want to develop applications using .NET, see the :wiki:`C#
Language Center <CSharp+Language+Center>` wiki page for more
information.

MongoDB as a Windows Service
Expand Down