Skip to content

Commit e8ceb2f

Browse files
DOCSP-12448: Backend Phase 2 Tutorial (#499)
1 parent 46ff3a2 commit e8ceb2f

20 files changed

+494
-479
lines changed

source/deploy/realm-cli-reference.txt

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -29,32 +29,7 @@ existing applications to a local directory.
2929
Installation
3030
------------
3131

32-
.. tabs::
33-
34-
tabs:
35-
- id: npm
36-
name: npm / Yarn
37-
content: |
38-
The easiest way to install {+cli-bin+} is with the `npm
39-
<https://www.npmjs.com/get-npm>`_ package manager. Ensure that
40-
you have `Node.js <https://nodejs.org/en/download/>`_
41-
installed, then run the following command in your shell:
42-
43-
.. code-block:: shell
44-
45-
npm install -g mongodb-realm-cli
46-
47-
You can also install the CLI from npm with `Yarn
48-
<https://yarnpkg.com/en/>`_:
49-
50-
.. code-block:: shell
51-
52-
yarn global add mongodb-realm-cli
53-
54-
- id: manual-install
55-
name: Manual Install
56-
content: |
57-
.. include:: /includes/steps/cli-install.rst
32+
.. include:: /includes/install-realm-cli.rst
5833

5934
.. _realm-cli-general-options:
6035

70.7 KB
Loading
337 KB
Loading
387 KB
Loading
Loading
309 KB
Loading
364 KB
Loading
-20.2 KB
Binary file not shown.
434 KB
Loading
560 KB
Loading

source/images/tasktracker-schema.png

498 KB
Loading

source/includes/install-realm-cli.rst

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
.. tabs::
2+
3+
tabs:
4+
- id: npm
5+
name: npm / Yarn
6+
content: |
7+
The easiest way to install {+cli-bin+} is with the `npm
8+
<https://www.npmjs.com/get-npm>`_ package manager. Ensure that
9+
you have `Node.js <https://nodejs.org/en/download/>`_
10+
installed, then run the following command in your shell:
11+
12+
.. code-block:: shell
13+
14+
npm install -g mongodb-realm-cli
15+
16+
You can also install the CLI from npm with `Yarn
17+
<https://yarnpkg.com/en/>`_:
18+
19+
.. code-block:: shell
20+
21+
yarn global add mongodb-realm-cli
22+
23+
- id: manual-install
24+
name: Manual Install
25+
content: |
26+
.. include:: /includes/steps/cli-install.rst
27+

source/includes/steps-task-tracker-enable-sync.yaml

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

source/includes/steps-task-tracker-server-auth.yaml

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

source/includes/steps-task-tracker-server-create-realm-app.yaml

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

source/includes/steps-task-tracker-server-data-model.yaml

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

0 commit comments

Comments
 (0)