You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/development/local-dev-setup.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,11 @@ The components most frequently being worked on are the user and clinical staff f
35
35
Therefore, the following instructions focus on these components.
36
36
The other components are considered optional.
37
37
38
-
!!! tip "Clone repositories using the GitLab CLI"
38
+
!!! tip "Clone repositories using the GitHub CLI"
39
39
40
-
Instead of cloning repositories "manually" by copying their git URL from the project page and cloning it via `git clone` it is also possible to use the [GitLab CLI](https://docs.gitlab.com/ee/editor_extensions/gitlab_cli/) to do so.
40
+
Instead of cloning repositories "manually" by copying their git URL from the project page and cloning it via `git clone` it is also possible to use the [GitHub CLI](https://cli.github.com/) to do so.
41
41
42
-
The CLI provides the [`repo clone`](https://gitlab.com/gitlab-org/cli/-/blob/main/docs/source/repo/clone.md) command to clone repositories.
43
-
Note that if you clone all repositories of a group you will clone more repositories than you actually need.
42
+
The CLI provides the [`repo clone`](https://cli.github.com/manual/gh_repo_clone) command to clone repositories.
Follow the instructions outlined in the [listener README](https://github.com/opalmedapps/opal-listener/blob/main/README.md) to set it up.
149
148
150
-
Once the listener is running, initialize the test users in Firebase with the [initialize_users script](https://github.com/opalmedapps/opal-listener/blob/main/src/firebase/initialize_users.js):
149
+
Once the listener is running, initialize the test users in Firebase with the [initialize_users script](https://github.com/opalmedapps/opal-admin/blob/main/opal/core/management/commands/files/initialize_firebase_users.js):
0 commit comments