Skip to content

DOCS-466 changed Command Shell to Command Prompt #162

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 1 commit into from
Aug 30, 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
24 changes: 12 additions & 12 deletions source/tutorial/install-mongodb-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Synopsis

This tutorial provides a method for installing and running the
MongoDB server (i.e. ":program:`mongod.exe`") on the Microsoft Windows
platform through the :guilabel:`Command Shell` and outlines the process
platform through the :guilabel:`Command Prompt` and outlines the process
for setting up MongoDB as a :guilabel:`Windows Service`.

Operating MongoDB with Windows is similar to MongoDB on other
Expand Down Expand Up @@ -50,7 +50,7 @@ There are three builds of MongoDB for Windows:

You can find the architecture of your version of Windows
platform using the following command in the :guilabel:`Command
Shell`
Prompt`

.. code-block:: powershell

Expand Down Expand Up @@ -81,11 +81,11 @@ browsing to ``C:\``.
Set up the Environment
~~~~~~~~~~~~~~~~~~~~~~

Start the :guilabel:`Command Shell` by selecting the :guilabel:`Start
Start the :guilabel:`Command Prompt` by selecting the :guilabel:`Start
Menu`, then :guilabel:`All Programs`, then :guilabel:`Accessories`,
then right click :guilabel:`Command Shell`, and select :guilabel:`Run
then right click :guilabel:`Command Prompt`, and select :guilabel:`Run
as Administrator` from the popup menu. In the :guilabel:`Command
Shell`, issue the following commands:
Prompt`, issue the following commands:

.. code-block:: powershell

Expand All @@ -100,7 +100,7 @@ Shell`, issue the following commands:

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`. Issue the following
folder using the :guilabel:`Command Prompt`. Issue the following
command sequence:

.. code-block:: powershell
Expand Down Expand Up @@ -129,7 +129,7 @@ command sequence:
Start MongoDB
~~~~~~~~~~~~~

To start MongoDB, execute from the :guilabel:`Command Shell`:
To start MongoDB, execute from the :guilabel:`Command Prompt`:

.. code-block:: powershell

Expand Down Expand Up @@ -157,7 +157,7 @@ This will start the main MongoDB database process.
default.

Connect to MongoDB using the :program:`mongo.exe` shell. Open another
:guilabel:`Command Shell` and issue the following command:
:guilabel:`Command Prompt` and issue the following command:

.. code-block:: powershell

Expand All @@ -167,7 +167,7 @@ Connect to MongoDB using the :program:`mongo.exe` shell. Open another

Executing the command ``start C:\mongodb\bin\mongo.exe`` will
automatically start the :program:`mongo.exe` shell in a separate
:guilabel:`Command Shell` window.
:guilabel:`Command Prompt` window.

The :program:`mongo.exe` shell will connect to :program:`mongod.exe` running on
the localhost interface and port ``27017`` by default. At the
Expand Down Expand Up @@ -215,7 +215,7 @@ Service: a path for the log output (i.e. :setting:`logpath`) and a
md C:\mongodb\log

#. Create a configuration file for the :setting:`logpath` option for
MongoDB in the :guilabel:`Command Shell` by issuing this command:
MongoDB in the :guilabel:`Command Prompt` by issuing this command:

.. code-block:: powershell

Expand All @@ -236,10 +236,10 @@ for log files and using the configuration file are good practice.
Install and Run the MongoDB Service
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Run all of the following commands in :guilabel:`Command Shell` with
Run all of the following commands in :guilabel:`Command Prompt` with
"Administrative Privileges:"

#. To install the MongoDB service:
#. To install the MongoDB Service:

.. code-block:: powershell

Expand Down