-
Notifications
You must be signed in to change notification settings - Fork 1.7k
DOCS-4569 #2186
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
Closed
Closed
DOCS-4569 #2186
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
65 changes: 0 additions & 65 deletions
65
source/includes/steps-configure-windows-service-for-mongodb.yaml
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
source/includes/steps-get-mongodb-enterprise-for-windows.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
title: Download MongoDB Enterprise for Windows. | ||
stepnum: 1 | ||
ref: download | ||
pre: | | ||
Download the latest production release of `MongoDB Enterprise | ||
<http://www.mongodb.com/products/mongodb-enterprise>`_. | ||
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
title: Determine which MongoDB build you need. | ||
stepnum: 1 | ||
ref: select-mongodb | ||
pre: | | ||
There are three builds of MongoDB for Windows: | ||
|
||
**MongoDB for Windows 64-bit** runs only | ||
on Windows Server 2008 R2, Windows 7 64-bit, and newer versions of | ||
Windows. This build takes advantage of recent enhancements to the | ||
Windows Platform and cannot operate on older versions of Windows. | ||
|
||
**MongoDB for Windows 32-bit** runs on any 32-bit version of Windows | ||
newer than Windows Vista. 32-bit versions of MongoDB are only intended for | ||
older systems and for use in testing and development systems. 32-bit | ||
versions of MongoDB only support databases smaller than 2GB. | ||
|
||
**MongoDB for Windows 64-bit Legacy** runs on Windows Vista, Windows | ||
Server 2003, and Windows Server 2008 and does not include recent | ||
performance enhancements. | ||
action: | ||
pre: | | ||
To find which version of Windows you are running, enter the following | ||
command in the :guilabel:`Command Prompt`: | ||
language: powershell | ||
code: | | ||
wmic os get osarchitecture | ||
--- | ||
title: Download MongoDB for Windows. | ||
stepnum: 2 | ||
ref: download | ||
pre: | | ||
Download the latest production release of MongoDB from the `MongoDB | ||
downloads page <http://www.mongodb.org/downloads>`_. Ensure you download | ||
the correct version of MongoDB for your Windows system. The 64-bit | ||
versions of MongoDB does not work with 32-bit Windows. | ||
... |
6 changes: 6 additions & 0 deletions
6
source/includes/steps-install-mongodb-enterprise-on-windows-unattended.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
title: Install MongoDB Enterprise for Windows. | ||
stepnum: 1 | ||
inherit: | ||
file: steps-install-mongodb-on-windows-unattended.yaml | ||
ref: install | ||
... |
22 changes: 4 additions & 18 deletions
22
source/includes/steps-install-mongodb-enterprise-on-windows.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,6 @@ | ||
title: Download MongoDB Enterprise for Windows. | ||
stepnum: 1 | ||
ref: download | ||
pre: | | ||
Download the latest production release of `MongoDB Enterprise | ||
<http://www.mongodb.com/products/mongodb-enterprise>`_ | ||
--- | ||
title: Install MongoDB Enterprise for Windows. | ||
stepnum: 2 | ||
ref: install | ||
action: | ||
pre: | | ||
Run the downloaded MSI installer. Make configuration choices as | ||
prompted. | ||
post: | | ||
MongoDB is self-contained and does not have any other system | ||
dependencies. You can install MongoDB into any folder (e.g. | ||
``D:\test\mongodb``) and run it from there. The installation wizard | ||
includes an option to select an installation directory. | ||
stepnum: 1 | ||
inherit: | ||
file: steps-install-mongodb-on-windows.yaml | ||
ref: install | ||
... |
52 changes: 52 additions & 0 deletions
52
source/includes/steps-install-mongodb-on-windows-unattended.yaml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
title: Install MongoDB for Windows. | ||
stepnum: 1 | ||
ref: install | ||
action: | ||
pre: | | ||
Open a shell in the directory containing the ``.msi`` installation | ||
binary of your choice and invoke: | ||
language: powershell | ||
code: | | ||
msiexec.exe /q /i mongodb-<version>-signed.msi INSTALLLOCATION="<installation directory>" | ||
post: | | ||
By default, this method installs the following MongoDB binaries: | ||
``mongod.exe``, ``mongo.exe``, ``mongodump.exe``, | ||
``mongorestore.exe``, ``mongoimport.exe``, ``mongoexport.exe``, | ||
``mongostat.exe``, and ``mongotop.exe``. | ||
You can specify the installation location for the executable by | ||
modifying the ``<installation directory>`` value. To install specific | ||
subsets of the binaries, you may specify an ``ADDLOCAL`` argument: | ||
|
||
.. code-block:: powershell | ||
|
||
msiexec.exe /q /i mongodb-<version>-signed.msi INSTALLLOCATION="<installation directory>" ADDLOCAL=<binary set(s)> | ||
|
||
The ``<binary set(s)>`` value is a comma-separated list including one | ||
or more of the following: | ||
|
||
- ``Server`` - includes ``mongod.exe`` | ||
|
||
- ``Client`` - includes ``mongo.exe`` | ||
|
||
- ``MonitoringTools`` - includes ``mongostat.exe`` and ``mongotop.exe`` | ||
|
||
- ``ImportExportTools`` - includes ``mongodump.exe``, | ||
``mongorestore.exe``, ``mongoexport.exe``, and ``mongoimport.exe``) | ||
|
||
- ``MiscellaneousTools`` - includes ``bsondump.exe``, | ||
``mongofiles.exe``, ``mongooplog.exe``, and ``mongoperf.exe`` | ||
|
||
For instance, to install *only* the entire set of tools to | ||
``C:\mongodb``, invoke: | ||
|
||
.. code-block:: powershell | ||
|
||
msiexec.exe /q /i mongodb-<version>-signed.msi INSTALLLOCATION="C:\mongodb" ADDLOCAL=MonitoringTools,ImportExportTools,MiscellaneousTools | ||
|
||
You may also specify ``ADDLOCAL=ALL`` to install the complete set of | ||
binaries, as in the following: | ||
|
||
.. code-block:: powershell | ||
|
||
msiexec.exe /q /i mongodb-<version>-signed.msi INSTALLLOCATION="C:\mongodb" ADDLOCAL=ALL | ||
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but then shouldn't you have double \ in the code to escape the double quotes? -- I'm going to merge this since it's already manually merged into 2.6. Please fix as needed in both master and v2.6
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, for whatever reason, at least on my html builds, quote-double-backslash-quote renders as "", which is correct. This pull should be clean now.