Skip to content

Commit d6e89bd

Browse files
(DOCS-15274): MongoDB installs are now notarized on macOS (#1064)
* (DOCS-15274): MongoDB installs are now notarized on macOS (#1061) (#1062) (#1063) * (DOCS-15274): MongoDB installs are now notarized on macOS * update release notes * wording * remove extract file * cleanup
1 parent 1eb58ad commit d6e89bd

File tree

4 files changed

+0
-47
lines changed

4 files changed

+0
-47
lines changed

source/includes/extracts-macos-prevent-from-launch.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

source/includes/extracts-macos-prevent-launch-base.yaml

Lines changed: 0 additions & 14 deletions
This file was deleted.

source/includes/steps-run-mongodb-on-osx.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,6 @@ action:
7676
language: sh
7777
code: |
7878
mongod --config /usr/local/etc/mongod.conf
79-
post: |
80-
.. admonition:: macOS Prevents ``mongod`` From Opening
81-
:class: note
82-
83-
.. include:: /includes/extracts/macos-prevent-launch-mongod.rst
8479
8580
# End-for-getting-started-guide
8681
---
@@ -111,10 +106,6 @@ action:
111106
code: |
112107
mongo
113108
post: |
114-
.. admonition:: macOS Prevents ``mongo`` From Opening
115-
:class: note
116-
117-
.. include:: /includes/extracts/macos-prevent-launch-mongo.rst
118109
119110
For more information on connecting using the :binary:`~bin.mongo`
120111
shell, such as to connect to a :binary:`~bin.mongod` instance running

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -219,11 +219,6 @@ during the install. You can add your own MongoDB
219219
:doc:`configuration options </reference/configuration-options>` to
220220
this file as well.
221221

222-
.. admonition:: macOS Prevents ``mongod`` From Opening
223-
:class: note
224-
225-
.. include:: /includes/extracts/macos-prevent-launch-mongod.rst
226-
227222
To verify that MongoDB is running, perform one of the following:
228223

229224
- If you started MongoDB **as a macOS service**:
@@ -256,11 +251,6 @@ running instance. From a new terminal, issue the following:
256251

257252
mongo
258253

259-
.. admonition:: macOS Prevents ``mongo`` From Opening
260-
:class: note
261-
262-
.. include:: /includes/extracts/macos-prevent-launch-mongo.rst
263-
264254
For information on CRUD (Create,Read,Update,Delete) operations, see:
265255

266256
- :doc:`/tutorial/insert-documents`

0 commit comments

Comments
 (0)