Skip to content

DOCSP-10739 Update manual to reflect new Download Center design #4141

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
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion source/administration/install-community.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Install MongoDB Community Edition

These documents provide instructions to install MongoDB Community Edition.

.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server


.. class:: toc
Expand Down
2 changes: 1 addition & 1 deletion source/administration/production-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ manager.
For other MongoDB products, refer either to the `MongoDB Download Center`_
page or their `respective documentation <https://docs.mongodb.com/?jmp=docs>`_.

.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server

MongoDB ``dbPath``
------------------
Expand Down
6 changes: 3 additions & 3 deletions source/includes/extracts-enterprise.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ content: |
If you have not installed MongoDB using a package manager,
you can manually download the MongoDB binaries from the
`MongoDB Download Center
<https://www.mongodb.com/download-center/enterprise?jmp=docs>`__. Follow
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__. Follow
the manual instructions, including specific prerequisites
for MongoDB Enterprise, for your operating system:

Expand Down Expand Up @@ -107,7 +107,7 @@ content: |

1. Manually download the archive file from the `MongoDB
Download Center
<https://www.mongodb.com/download-center/enterprise?jmp=docs>`__.
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__.

#. | To install, extract/unzip the file to a location
different from that of your current Community
Expand All @@ -127,7 +127,7 @@ content: |

1. Manually download the archive file from the `MongoDB
Download Center
<https://www.mongodb.com/download-center/enterprise?jmp=docs>`__.
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__.

#. | Extract the files to a location different
from that of your current Community edition. For
Expand Down
2 changes: 1 addition & 1 deletion source/includes/fact-download-dbtools-extra-server.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ installation:

.. note::

For the Windows ``MSI`` installer wizard, the
For the Windows ``.msi`` installer wizard, the
:guilabel:`Complete` installation option includes |tool-binary|.
14 changes: 7 additions & 7 deletions source/includes/fact-download-dbtools-extra-standalone.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ To install |tool-binary| as a standalone installation:

- Follow the download link for MongoDB Enterprise Edition:
`MongoDB Enterprise Download Center
<https://www.mongodb.com/download-center/enterprise?tck=docs_server>`_
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`_

- Select your :guilabel:`OS` (operating system) from the dropdown menu,
then select the appropriate :guilabel:`Package` for your platform
according to the following chart:
- Select your :guilabel:`Platform` (operating system) from the dropdown
menu, then select the appropriate :guilabel:`Package` for your
platform according to the following chart:

.. list-table::
:header-rows: 1
Expand All @@ -18,15 +18,15 @@ To install |tool-binary| as a standalone installation:

* - *Linux*

- ``TGZ`` package
- ``tgz`` package

* - *Windows*

- ``ZIP`` package
- ``zip`` package

* - *macOS*

- ``TGZ`` package
- ``tgz`` package

- Once downloaded, unpack the archive and copy |tool-binary| to a
location on your hard drive.
Expand Down
21 changes: 12 additions & 9 deletions source/includes/fact-download-mongo-shell.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,16 @@ The :binary:`~bin.mongo` shell is included as part of the :doc:`MongoDB Server
shell as a standalone package. To download the standalone :binary:`~bin.mongo`
shell package:

1. Open the `Download Center
<https://www.mongodb.com/download-center/community?jmp=docs>`__. For the
:binary:`~bin.mongo` Enterprise Shell, select the
:guilabel:`MongoDB Enterprise Server` tab.
1. Access the Download Center for your Edition of MongoDB:

- `MongoDB Community Download Center
<https://www.mongodb.com/try/download/community?tck=docs_server>`__

- `MongoDB Enterprise Download Center
<https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

2. Select your preferred :guilabel:`Version` and :guilabel:`OS` from the
dropdowns.
2. Select your preferred :guilabel:`Version` and :guilabel:`Platform`
from the dropdowns.

3. Select the :guilabel:`Package` to download according to your
platform:
Expand All @@ -25,15 +28,15 @@ shell package:

* - *Windows*

- Select the **ZIP** package to download an archive which
- Select the ``zip`` package to download an archive which
includes the :binary:`~bin.mongo` shell.

* - *macOS*

- Select the **TGZ** package to download an archive which
- Select the ``tgz`` package to download an archive which
includes the :binary:`~bin.mongo` shell.

* - *Linux*

- Select the **shell** package to download the
- Select the ``shell`` package to download the
:binary:`~bin.mongo` shell.
6 changes: 3 additions & 3 deletions source/includes/steps-install-mongodb-on-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ level: 4
ref: download-mongodb-linux
pre: |
After you have installed the required prerequisite packages, download
the MongoDB |edition| ``TGZ`` tarball from the following link:
the MongoDB |edition| ``tgz`` tarball from the following link:

|arrow| |mdb-download-link|

a. In the :guilabel:`Version` dropdown, select the version of
MongoDB to download.

#. In the :guilabel:`OS` dropdown, select your operating system
#. In the :guilabel:`Platform` dropdown, select your operating system
version and architecture.

#. In the :guilabel:`Package` dropdown, select :guilabel:`TGZ`.
#. In the :guilabel:`Package` dropdown, select :guilabel:`tgz`.

#. Click :guilabel:`Download`.
---
Expand Down
6 changes: 3 additions & 3 deletions source/includes/steps-install-mongodb-on-osx-manually.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ ref: download-mongodb-macos
level: 4
title: Download the tarball.
pre: |
Download the MongoDB |edition| ``TGZ`` tarball from the following
Download the MongoDB |edition| ``tgz`` tarball from the following
link:

|arrow| |mdb-download-link|

a. In the :guilabel:`Version` dropdown, select the version of
MongoDB to download.

#. In the :guilabel:`OS` dropdown, select :guilabel:`macOS x64`.
#. In the :guilabel:`Platform` dropdown, select :guilabel:`macOS`.

#. In the :guilabel:`Package` dropdown, select :guilabel:`TGZ`.
#. In the :guilabel:`Package` dropdown, select :guilabel:`tgz`.

#. Click :guilabel:`Download`.
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ stepnum: 1
level: 4
ref: download-mongodb-windows
content: |
Download the MongoDB |edition| ``MSI`` installer from the following
Download the MongoDB |edition| ``.msi`` installer from the following
link:

|arrow| |mdb-download-link|

a. In the :guilabel:`Version` dropdown, select the version of
MongoDB to download.

#. In the :guilabel:`OS` dropdown, select :guilabel:`Windows x64`.
#. In the :guilabel:`Platform` dropdown, select :guilabel:`Windows`.

#. In the :guilabel:`Package` dropdown, select :guilabel:`MSI`.
#. In the :guilabel:`Package` dropdown, select :guilabel:`msi`.

#. Click :guilabel:`Download`.
---
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-install-verify-files-pgp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stepnum: 1
ref: download-install-file
action:
pre: |
Download the binaries from `MongoDB Download Center <https://www.mongodb.com/download-center?jmp=doc>`__
Download the binaries from `MongoDB Download Center <https://www.mongodb.com/try/download?tck=docs_server>`__
based on your environment.

For example, to download the ``{+release+}`` release for macOS through the
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-install-verify-files-sha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ title: Download the MongoDB installation file.
stepnum: 1
ref: download-install-file
pre: |
Download the binaries from `MongoDB Download Center <https://www.mongodb.com/download-center?jmp=docs>`__
Download the binaries from `MongoDB Download Center <https://www.mongodb.com/try/download?tck=docs_server>`__
based on your environment.

For example, to download the ``{+release+}`` release for macOS through the
Expand Down
8 changes: 4 additions & 4 deletions source/includes/steps-install-verify-files-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ title: Download the installer.
level: 4
ref: download-install-file
content: |
Download the MongoDB ``MSI`` installer. For example, to download the
Download the MongoDB ``.msi`` installer. For example, to download the
latest version of MongoDB Community Edition:

|arrow| `MongoDB Community Download Center
<https://www.mongodb.com/download-center/community?tck=docs_server>`__
<https://www.mongodb.com/try/download/community?tck=docs_server>`__

a. In the :guilabel:`Version` dropdown, select
``{+release+} (current release)``.

#. In the :guilabel:`OS` dropdown, select :guilabel:`Windows x64`.
#. In the :guilabel:`Platform` dropdown, select :guilabel:`Windows`.

#. In the :guilabel:`Package` dropdown, select :guilabel:`MSI`.
#. In the :guilabel:`Package` dropdown, select :guilabel:`msi`.

#. Click :guilabel:`Download` and save the file to your Downloads
folder.
Expand Down
2 changes: 1 addition & 1 deletion source/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Install MongoDB
MongoDB is available in two server editions: *Community* and
*Enterprise*.

.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server

.. include:: /includes/fact-atlas-banner.rst

Expand Down
4 changes: 2 additions & 2 deletions source/reference/program/install_compass.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ platform-specific installation script for
:ref:`MongoDB Compass <compass-index>`.

If downloaded as a part of the
`MongoDB Enterprise Server <https://www.mongodb.com/download-center/enterprise?jmp=docs>`_
`MongoDB Enterprise Server <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`_
package, the ``install_compass`` script installs the standard edition
of :ref:`MongoDB Compass <compass-index>`.

If downloaded as part of the
`MongoDB Community Server <https://www.mongodb.com/download-center/community?jmp=docs>`_
`MongoDB Community Server <https://www.mongodb.com/try/download/community?tck=docs_server>`_
package, the ``install_compass`` script installs
:ref:`MongoDB Compass Community edition <compass-index>`.

Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/4.4-upgrade-replica-set.txt
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Manually

If you have not installed MongoDB using a package manager, you can
manually download the MongoDB binaries from the `MongoDB Download
Center <https://www.mongodb.com/download-center?jmp=docs>`_.
Center <https://www.mongodb.com/try/download?tck=docs_server>`_.

See |installationdoc| for more information.

Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/4.4-upgrade-sharded-cluster.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Download |newversion| Binaries Manually

If you have not installed MongoDB using a package manager, you can
manually download the MongoDB binaries from the `MongoDB Download
Center <https://www.mongodb.com/download-center?jmp=docs>`_.
Center <https://www.mongodb.com/try/download?tck=docs_server>`_.

See |installationdoc| for more information.

Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/4.4-upgrade-standalone.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Manually

If you have not installed MongoDB using a package manager, you can
manually download the MongoDB binaries from the `MongoDB Download
Center <https://www.mongodb.com/download-center?jmp=docs>`_.
Center <https://www.mongodb.com/try/download?tck=docs_server>`_.

See |installationdoc| for more information.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install MongoDB Enterprise on Amazon Linux using .tgz Tarball
.. |distro-name| replace:: Amazon
.. |package-manager| replace:: ``yum``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install MongoDB Enterprise on Debian using .tgz Tarball
.. |distro-name| replace:: Debian
.. |package-manager| replace:: ``apt``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-enterprise-on-os-x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install MongoDB Enterprise on macOS
.. |distro-name| replace:: macOS
.. |package-manager| replace:: ``brew``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install MongoDB Enterprise on Red Hat or CentOS using .tgz Tarball
.. |distro-name| replace:: Red Hat
.. |package-manager| replace:: ``yum``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install MongoDB Enterprise on SUSE using .tgz Tarball
.. |distro-name| replace:: SUSE
.. |package-manager| replace:: ``zypper``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install MongoDB Enterprise on Ubuntu using .tgz Tarball
.. |distro-name| replace:: Ubuntu
.. |package-manager| replace:: ``apt``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Install MongoDB Enterprise on Windows using ``msiexec.exe``
.. |edition| replace:: Enterprise
.. |distro-name| replace:: Windows
.. |executable-name| replace:: ``mongod.exe``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-enterprise-on-windows.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Install MongoDB Enterprise Edition on Windows
.. |edition| replace:: Enterprise
.. |distro-name| replace:: Windows
.. |executable-name| replace:: ``mongod.exe``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/enterprise?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/enterprise?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-enterprise-with-docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Install MongoDB Enterprise with Docker

.. default-domain:: mongodb

.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/enterprise?jmp=docs
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/enterprise?tck=docs_server


.. important::
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-on-amazon-tarball.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install MongoDB Community on Amazon Linux using .tgz Tarball
.. |distro-name| replace:: Amazon
.. |package-manager| replace:: ``yum``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/community?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/community?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-on-amazon.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Install MongoDB Community Edition on Amazon Linux
Overview
--------

.. _`MongoDB Download Center`: https://www.mongodb.com/download-center/community?jmp=docs
.. _`MongoDB Download Center`: https://www.mongodb.com/try/download/community?tck=docs_server

Use this tutorial to install MongoDB {+version+} |edition| Edition on
Amazon Linux using the |package-manager| package manager.
Expand Down
2 changes: 1 addition & 1 deletion source/tutorial/install-mongodb-on-debian-tarball.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Install MongoDB Community on Debian using .tgz Tarball
.. |distro-name| replace:: Debian
.. |package-manager| replace:: ``apt``
.. |executable-name| replace:: ``mongod``
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/download-center/community?tck=docs_server>`__
.. |mdb-download-link| replace:: `MongoDB Download Center <https://www.mongodb.com/try/download/community?tck=docs_server>`__

.. include:: /includes/fact-atlas-banner.rst

Expand Down
Loading