Skip to content

DOCSP-12448: Backend Phase 2 Tutorial #499

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Oct 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 1 addition & 26 deletions source/deploy/realm-cli-reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,32 +29,7 @@ existing applications to a local directory.
Installation
------------

.. tabs::

tabs:
- id: npm
name: npm / Yarn
content: |
The easiest way to install {+cli-bin+} is with the `npm
<https://www.npmjs.com/get-npm>`_ package manager. Ensure that
you have `Node.js <https://nodejs.org/en/download/>`_
installed, then run the following command in your shell:

.. code-block:: shell

npm install -g mongodb-realm-cli

You can also install the CLI from npm with `Yarn
<https://yarnpkg.com/en/>`_:

.. code-block:: shell

yarn global add mongodb-realm-cli

- id: manual-install
name: Manual Install
content: |
.. include:: /includes/steps/cli-install.rst
.. include:: /includes/install-realm-cli.rst

.. _realm-cli-general-options:

Expand Down
Binary file added source/images/atlas-api-key-permissions.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/atlas-create-api-key.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/atlas-create-cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/atlas-creating-cluster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/realm-app-tasktracker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed source/images/task-tracker-web-deploy-history.png
Binary file not shown.
Binary file added source/images/tasktracker-email-password.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/tasktracker-realm-ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/images/tasktracker-schema.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions source/includes/install-realm-cli.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
.. tabs::

tabs:
- id: npm
name: npm / Yarn
content: |
The easiest way to install {+cli-bin+} is with the `npm
<https://www.npmjs.com/get-npm>`_ package manager. Ensure that
you have `Node.js <https://nodejs.org/en/download/>`_
installed, then run the following command in your shell:

.. code-block:: shell

npm install -g mongodb-realm-cli

You can also install the CLI from npm with `Yarn
<https://yarnpkg.com/en/>`_:

.. code-block:: shell

yarn global add mongodb-realm-cli

- id: manual-install
name: Manual Install
content: |
.. include:: /includes/steps/cli-install.rst

36 changes: 0 additions & 36 deletions source/includes/steps-task-tracker-enable-sync.yaml

This file was deleted.

59 changes: 0 additions & 59 deletions source/includes/steps-task-tracker-server-auth.yaml

This file was deleted.

36 changes: 0 additions & 36 deletions source/includes/steps-task-tracker-server-create-realm-app.yaml

This file was deleted.

181 changes: 0 additions & 181 deletions source/includes/steps-task-tracker-server-data-model.yaml

This file was deleted.

Loading