From 0c630293bda974f9999e0166700e4a993eb7007c Mon Sep 17 00:00:00 2001 From: Patrick LaRocque Date: Fri, 7 Apr 2023 11:51:49 -0400 Subject: [PATCH 1/3] Update Developer Setup Guide to include instructions on pulling submodules. --- DeveloperSetupGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DeveloperSetupGuide.md b/DeveloperSetupGuide.md index 9f040bc5..eb438e58 100644 --- a/DeveloperSetupGuide.md +++ b/DeveloperSetupGuide.md @@ -175,6 +175,8 @@ Reference: https://github.com/rbenv/rbenv git clone https://github.com/mcode/REMS.git REMS git clone https://github.com/mcode/pims.git pims git clone https://github.com/mcode/rems-smart-on-fhir.git rems-smart-on-fhir + cd rems-smart-on-fhir + git submodule update --init ``` From 3a11c3d480f8b7f548d6e2ac67a9829a5448538e Mon Sep 17 00:00:00 2001 From: Patrick LaRocque Date: Thu, 13 Apr 2023 12:33:37 -0400 Subject: [PATCH 2/3] Update dev guide with instructions to update REMS submodules. --- DeveloperSetupGuide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DeveloperSetupGuide.md b/DeveloperSetupGuide.md index eb438e58..d4b28f3b 100644 --- a/DeveloperSetupGuide.md +++ b/DeveloperSetupGuide.md @@ -173,6 +173,8 @@ Reference: https://github.com/rbenv/rbenv git clone https://github.com/mcode/crd-request-generator.git crd-request-generator git clone https://github.com/mcode/dtr.git dtr git clone https://github.com/mcode/REMS.git REMS + cd REMS + git submodule update --init git clone https://github.com/mcode/pims.git pims git clone https://github.com/mcode/rems-smart-on-fhir.git rems-smart-on-fhir cd rems-smart-on-fhir From 1abedda3963e0fcac47a9ed21f3f4beb353c3b72 Mon Sep 17 00:00:00 2001 From: Sahil Malhotra Date: Thu, 27 Apr 2023 14:11:18 -0400 Subject: [PATCH 3/3] set up instructions update --- DeveloperSetupGuide.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/DeveloperSetupGuide.md b/DeveloperSetupGuide.md index d4b28f3b..e094edea 100644 --- a/DeveloperSetupGuide.md +++ b/DeveloperSetupGuide.md @@ -173,10 +173,14 @@ Reference: https://github.com/rbenv/rbenv git clone https://github.com/mcode/crd-request-generator.git crd-request-generator git clone https://github.com/mcode/dtr.git dtr git clone https://github.com/mcode/REMS.git REMS - cd REMS - git submodule update --init git clone https://github.com/mcode/pims.git pims git clone https://github.com/mcode/rems-smart-on-fhir.git rems-smart-on-fhir + + cd REMS + git submodule update --init + + cd .. + cd rems-smart-on-fhir git submodule update --init