99
1010This tutorial provides a method for installing and running the
1111MongoDB server (i.e. ":program:`mongod.exe`") on the Microsoft Windows
12- platform through the :guilabel:`Command Shell ` and outlines the process
12+ platform through the :guilabel:`Command Prompt ` and outlines the process
1313for setting up MongoDB as a :guilabel:`Windows Service`.
1414
1515Operating MongoDB with Windows is similar to MongoDB on other
@@ -50,7 +50,7 @@ There are three builds of MongoDB for Windows:
5050
5151 You can find the architecture of your version of Windows
5252 platform using the following command in the :guilabel:`Command
53- Shell `
53+ Prompt `
5454
5555 .. code-block:: powershell
5656
@@ -81,11 +81,11 @@ browsing to ``C:\``.
8181Set up the Environment
8282~~~~~~~~~~~~~~~~~~~~~~
8383
84- Start the :guilabel:`Command Shell ` by selecting the :guilabel:`Start
84+ Start the :guilabel:`Command Prompt ` by selecting the :guilabel:`Start
8585Menu`, then :guilabel:`All Programs`, then :guilabel:`Accessories`,
86- then right click :guilabel:`Command Shell `, and select :guilabel:`Run
86+ then right click :guilabel:`Command Prompt `, and select :guilabel:`Run
8787as Administrator` from the popup menu. In the :guilabel:`Command
88- Shell `, issue the following commands:
88+ Prompt `, issue the following commands:
8989
9090.. code-block:: powershell
9191
@@ -100,7 +100,7 @@ Shell`, issue the following commands:
100100
101101MongoDB requires a :term:`data folder <dbpath>` to store its files. The default
102102location for the MongoDB data directory is ``C:\data\db``. Create this
103- folder using the :guilabel:`Command Shell `. Issue the following
103+ folder using the :guilabel:`Command Prompt `. Issue the following
104104command sequence:
105105
106106.. code-block:: powershell
@@ -129,7 +129,7 @@ command sequence:
129129Start MongoDB
130130~~~~~~~~~~~~~
131131
132- To start MongoDB, execute from the :guilabel:`Command Shell `:
132+ To start MongoDB, execute from the :guilabel:`Command Prompt `:
133133
134134.. code-block:: powershell
135135
@@ -157,7 +157,7 @@ This will start the main MongoDB database process.
157157 default.
158158
159159Connect to MongoDB using the :program:`mongo.exe` shell. Open another
160- :guilabel:`Command Shell ` and issue the following command:
160+ :guilabel:`Command Prompt ` and issue the following command:
161161
162162.. code-block:: powershell
163163
@@ -167,7 +167,7 @@ Connect to MongoDB using the :program:`mongo.exe` shell. Open another
167167
168168 Executing the command ``start C:\mongodb\bin\mongo.exe`` will
169169 automatically start the :program:`mongo.exe` shell in a separate
170- :guilabel:`Command Shell ` window.
170+ :guilabel:`Command Prompt ` window.
171171
172172The :program:`mongo.exe` shell will connect to :program:`mongod.exe` running on
173173the 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
215215 md C:\mongodb\log
216216
217217#. Create a configuration file for the :setting:`logpath` option for
218- MongoDB in the :guilabel:`Command Shell ` by issuing this command:
218+ MongoDB in the :guilabel:`Command Prompt ` by issuing this command:
219219
220220 .. code-block:: powershell
221221
@@ -236,10 +236,10 @@ for log files and using the configuration file are good practice.
236236Install and Run the MongoDB Service
237237~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
238238
239- Run all of the following commands in :guilabel:`Command Shell ` with
239+ Run all of the following commands in :guilabel:`Command Prompt ` with
240240"Administrative Privileges:"
241241
242- #. To install the MongoDB service :
242+ #. To install the MongoDB Service :
243243
244244 .. code-block:: powershell
245245
0 commit comments