|
| 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