Skip to content

Phase 2: Electric boogaloo #520

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 33 commits into from
Oct 7, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
775ac86
(DOCSP-12167): Write Phase 2 Tutorial Text (Node) (#487)
llazala000 Sep 28, 2020
53a43c1
Bluehawkify ios (#490)
cbush Sep 29, 2020
4a44b5d
(DOCSP-12165): Android phase 2 tutorial with bluehawk/text (#479)
nathan-contino-mongo Sep 29, 2020
1b371ad
React Native annotation and text pass 1 (#495)
cbush Sep 30, 2020
56dd3b7
DOCSP-12165: Android Tutorial Phase 2 (#498)
nathan-contino-mongo Sep 30, 2020
f26087e
Update TaskActivity.kt (#504)
nathan-contino-mongo Oct 1, 2020
b527f31
(DOCSP-12163): Write Phase 2 Tutorial Text (Web) (#506)
llazala000 Oct 2, 2020
c5f31d3
Tutorials with examples (#505)
cbush Oct 2, 2020
9f374c3
added content to the last two sections (#509)
llazala000 Oct 2, 2020
9f88cf7
Merge remote-tracking branch 'upstream/master' into phase2
cbush Oct 5, 2020
49d25c2
edits to nodejs and react tutorial texts (#513)
llazala000 Oct 5, 2020
4da7b06
small edits to android kotlin tutorial text (#515)
llazala000 Oct 6, 2020
86728c5
Last fixes (#514)
cbush Oct 6, 2020
b9e5af2
Cleanup for tutorial phase 2 (#516)
cbush Oct 6, 2020
9d4d240
Add Web code blocks (#517)
cbush Oct 6, 2020
46ff3a2
Remove emphasize-lines (#518)
cbush Oct 6, 2020
e8ceb2f
DOCSP-12448: Backend Phase 2 Tutorial (#499)
nathan-contino-mongo Oct 6, 2020
fa98a0f
Fix titlecase
cbush Oct 6, 2020
fdb90e2
Fix nodejs-cli link at end of backend setup page
cbush Oct 6, 2020
a4c7ef6
Merge remote-tracking branch 'upstream/master' into phase2
cbush Oct 7, 2020
eea4b88
Explain realm permissions and custom data for tutorial
cbush Oct 7, 2020
1dc7b46
Fix iOS steps
cbush Oct 7, 2020
79b14c0
Update iOS to rc1
cbush Oct 7, 2020
a2d7869
Rearrange TasksViewController TODOs to align with as presented in text
cbush Oct 7, 2020
4001c71
First Web fixes
cbush Oct 7, 2020
923bc21
fix links (#525)
nathan-contino-mongo Oct 7, 2020
d3fca3b
More web fixes
cbush Oct 7, 2020
e6d1206
Merge branch 'phase2' of github.com:mongodb/docs-realm into phase2
cbush Oct 7, 2020
8faab65
Additional web cleanup
cbush Oct 7, 2020
02e16b7
Slight web tweak
cbush Oct 7, 2020
da5cb3d
Add tutorial request for feedback note
cbush Oct 7, 2020
6c1b052
RN cleanup
cbush Oct 7, 2020
e9fb957
Fix missing RN step
cbush Oct 7, 2020
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 added source/images/task-tracker-login.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