Skip to content

Commit bc29e9d

Browse files
author
Andrew Leung
committed
changed Command Shell to Command Prompt
1 parent ea8c838 commit bc29e9d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

source/tutorial/install-mongodb-on-windows.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Synopsis
99

1010
This tutorial provides a method for installing and running the
1111
MongoDB 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
1313
for setting up MongoDB as a :guilabel:`Windows Service`.
1414

1515
Operating 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:\``.
8181
Set 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
8585
Menu`, 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
8787
as 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

101101
MongoDB requires a :term:`data folder <dbpath>` to store its files. The default
102102
location 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
104104
command sequence:
105105

106106
.. code-block:: powershell
@@ -129,7 +129,7 @@ command sequence:
129129
Start 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

159159
Connect 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

172172
The :program:`mongo.exe` shell will connect to :program:`mongod.exe` running on
173173
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
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.
236236
Install 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

Comments
 (0)