Skip to content

Commit 3cfb309

Browse files
committed
DOCSP-405: Rearrange MacOS installation instructions
1 parent 1975052 commit 3cfb309

File tree

2 files changed

+8
-14
lines changed

2 files changed

+8
-14
lines changed

source/includes/steps-install-mongodb-on-linux.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Download the binary files for the desired release of MongoDB.
44
stepnum: 1
55
ref: download
66
pre: |
7-
Download the binaries from ``https://www.mongodb.org/downloads``.
7+
Download the binaries from ``https://www.mongodb.com/download-center``.
88
---
99
# When borrowing this step, you must include an action with a command.
1010
title: Extract the files from the downloaded archive.

source/tutorial/install-mongodb-on-os-x.txt

Lines changed: 7 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,19 @@ Use this tutorial to install MongoDB Community Edition on OS X systems.
2020
Starting in version 3.0, MongoDB only supports OS X versions 10.7 (Lion)
2121
and later on Intel x86-64.
2222

23-
MongoDB Community Edition is available through the popular OS X package manager
24-
`Homebrew <http://brew.sh/>`_ or through the `MongoDB Download site
25-
<http://www.mongodb.org/downloads>`_.
23+
You may download MongoDB Community Edition through either the `MongoDB
24+
Download site <https://www.mongodb.com/download-center>`_ or the
25+
popular OS X package manager `Homebrew <http://brew.sh/>`_.
2626

2727
Install MongoDB Community Edition
2828
---------------------------------
2929

3030
.. include:: /includes/extracts/install-past-mongodb-org-osx.rst
3131

32-
You can install MongoDB Community Edition with `Homebrew <http://brew.sh/>`_ or
33-
manually. This section describes both methods.
32+
Install MongoDB Community Edition Manually
33+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
34+
35+
.. include:: /includes/steps/install-mongodb-on-osx-manually.rst
3436

3537
.. _install-with-homebrew:
3638

@@ -44,14 +46,6 @@ setup and configuration, which is beyond the scope of this document.
4446

4547
.. include:: /includes/steps/install-mongodb-on-osx-with-homebrew.rst
4648

47-
Install MongoDB Community Edition Manually
48-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
49-
50-
Only install MongoDB Community Edition using this procedure if you cannot use
51-
:ref:`homebrew <install-with-homebrew>`.
52-
53-
.. include:: /includes/steps/install-mongodb-on-osx-manually.rst
54-
5549
Run MongoDB
5650
-----------
5751

0 commit comments

Comments
 (0)