Skip to content

Commit 81472ae

Browse files
authored
DOCSP-24139 Update Apple Silicon References (#2799)
1 parent 9350f28 commit 81472ae

7 files changed

+11
-11
lines changed

source/includes/fact-default-conf-file.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- ``brew`` Package Manager
2121
- ``/usr/local/etc/mongod.conf`` (on Intel processors), or
2222

23-
``/opt/homebrew/etc/mongod.conf`` (on `Apple M1 processors
23+
``/opt/homebrew/etc/mongod.conf`` (on `Apple Silicon processors
2424
<https://support.apple.com/en-us/HT211814>`__)
2525

2626
* - Windows

source/includes/install-mongodb-enterprise-on-os-x-m1.rst renamed to source/includes/install-mongodb-enterprise-on-os-x-apple-silicon.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.. step:: Download the tarball.
55

6-
.. include:: /includes/macos-install-download-tarball-m1.rst
6+
.. include:: /includes/macos-install-download-tarball-apple-silicon.rst
77

88
.. step:: Extract the files from the downloaded archive.
99

source/includes/install-mongodb-on-osx-m1-manually.rst renamed to source/includes/install-mongodb-on-osx-apple-silicon-manually.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
.. step:: Download the tarball.
55

6-
.. include:: /includes/macos-install-download-tarball-m1.rst
6+
.. include:: /includes/macos-install-download-tarball-apple-silicon.rst
77

88
.. step:: Extract the files from the downloaded archive.
99

File renamed without changes.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ that corresponds with your Mac's processor and complete the following steps:
6767

6868
.. include:: /includes/install-mongodb-enterprise-on-os-x.rst
6969

70-
.. tab:: Apple M1
70+
.. tab:: Apple Silicon
7171
:tabid: apple
7272

73-
.. include:: /includes/install-mongodb-enterprise-on-os-x-m1.rst
73+
.. include:: /includes/install-mongodb-enterprise-on-os-x-apple-silicon.rst
7474

7575
Run MongoDB Enterprise Edition
7676
------------------------------

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ that corresponds with your Mac's processor and complete the following steps:
7171

7272
.. include:: /includes/install-mongodb-on-osx-manually.rst
7373

74-
.. tab:: Apple M1
74+
.. tab:: Apple Silicon
7575
:tabid: apple
7676

77-
.. include:: /includes/install-mongodb-on-osx-m1-manually.rst
77+
.. include:: /includes/install-mongodb-on-osx-apple-silicon-manually.rst
7878

7979
Run MongoDB Community Edition
8080
-----------------------------

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ hardware:
147147

148148
* -
149149
- Intel Processor
150-
- Apple M1 Processor
150+
- Apple Silicon Processor
151151

152152
* - :doc:`configuration file </reference/configuration-options>`
153153
- ``/usr/local/etc/mongod.conf``
@@ -162,8 +162,8 @@ hardware:
162162
- ``/opt/homebrew/var/mongodb``
163163

164164
See `Apple's documentation <https://support.apple.com/en-us/HT211814>`__
165-
for the current list of Apple hardware using the M1 processor. You can
166-
also run the following command to check where ``brew`` has installed
165+
for the current list of Apple hardware using the Apple Silicon processor. You
166+
can also run the following command to check where ``brew`` has installed
167167
these files and directories:
168168

169169
.. code-block:: bash
@@ -211,7 +211,7 @@ MongoDB as a macOS service, as doing so sets the correct system
211211

212212
mongod --config /usr/local/etc/mongod.conf --fork
213213

214-
- For macOS running on `Apple M1 processors
214+
- For macOS running on `Apple Silicon processors
215215
<https://support.apple.com/en-us/HT211814>`__:
216216

217217
.. code-block:: bash

0 commit comments

Comments
 (0)