Skip to content

Commit d9b86e8

Browse files
authored
(DOCSP-43903): Update local dev setup instructions (#757)
* Update prereqs procedure * tech review feedback * copy and remaining tech review
1 parent 1d8c76a commit d9b86e8

File tree

3 files changed

+59
-3
lines changed

3 files changed

+59
-3
lines changed

source/atlas-cli-deploy-local.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,14 @@ Supported OS for Local Atlas Deployments
7474
Complete the Prerequisites
7575
--------------------------
7676

77-
.. include:: /includes/fact-deploy-tutorial-prereqs.rst
77+
Before you begin, complete the following prerequisites:
78+
79+
.. important::
80+
81+
For compatibility information on each product in the
82+
dependencies list, see the product's installation documentation.
83+
84+
.. include:: /includes/steps-atlas-cli-deploy-local-prereqs.rst
7885

7986
.. _atlas-cli-deploy-local-setup:
8087

source/includes/fact-deploy-tutorial-prereqs.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Before you begin, complete the following prerequisites:
22

33
.. important::
44

5-
For compatibility information for each prerequisite product, see the
6-
related installation pages.
5+
For compatibility information on each product in the
6+
dependencies list, see the product's installation documentation.
77

88
- Install the :ref:`{+atlas-cli+} <install-atlas-cli>`.
99

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
2+
.. procedure::
3+
:style: normal
4+
5+
.. step:: Install the dependencies.
6+
7+
a. Install the :ref:`{+atlas-cli+} <install-atlas-cli>`.
8+
9+
If you use `Homebrew <https://brew.sh/#install>`__, you can
10+
run the following command in your terminal:
11+
12+
.. code-block::
13+
14+
brew install mongodb-atlas-cli
15+
16+
For installation instructions on other operating systems,
17+
see :ref:`install-atlas-cli`.
18+
19+
#. Install `Docker <https://www.docker.com/>`__.
20+
21+
Docker requires a network connection for pulling and caching
22+
MongoDB images.
23+
24+
- For MacOS or Windows, install `Docker Desktop v4.31+ <https://docs.docker.com/desktop/release-notes/#4310>`__.
25+
- For Linux, install `Docker Engine v27.0+ <https://docs.docker.com/engine/release-notes/27.0/>`__.
26+
- For Linux RHEL, you can also use `Podman v5.0+ <https://podman.io>`__.
27+
28+
#. (Optional) Install :mongosh:`mongosh </install>` version 2.0 or later.
29+
30+
.. code-block:: sh
31+
32+
brew install mongosh
33+
34+
For installation instructions on other operating
35+
systems, see :mongosh:`Install mongosh </install>`.
36+
37+
#. (Optional) Install :compass:`Compass </install>` version 1.39.4 or later.
38+
39+
.. code-block:: sh
40+
41+
brew install mongodb-compass
42+
43+
For installation instructions on other operating
44+
systems, see :compass:`Download and Install Compass </install>`.
45+
46+
.. step:: Create an |service| account.
47+
48+
If you don't already have an existing |service| account, run ``atlas setup`` in your terminal
49+
or `create a new account <https://account.mongodb.com/account/register?tck=docs_atlas>`__.

0 commit comments

Comments
 (0)