From bc29e9d5ac536a85124ddba1fcfb809580f96e3e Mon Sep 17 00:00:00 2001 From: Andrew Leung Date: Thu, 30 Aug 2012 14:37:15 -0400 Subject: [PATCH] changed Command Shell to Command Prompt --- .../tutorial/install-mongodb-on-windows.txt | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/source/tutorial/install-mongodb-on-windows.txt b/source/tutorial/install-mongodb-on-windows.txt index 975ebc9bef8..b48933037e6 100644 --- a/source/tutorial/install-mongodb-on-windows.txt +++ b/source/tutorial/install-mongodb-on-windows.txt @@ -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 @@ -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 @@ -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 @@ -100,7 +100,7 @@ Shell`, issue the following commands: 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`. Issue the following +folder using the :guilabel:`Command Prompt`. Issue the following command sequence: .. code-block:: powershell @@ -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 @@ -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 @@ -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 @@ -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 @@ -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