From d0345117327091bff11076f63e981d4b7d81f1df Mon Sep 17 00:00:00 2001 From: root Date: Tue, 2 Apr 2024 14:17:57 -0400 Subject: [PATCH 1/5] Add to configuration server_processes_manager module --- modules/server_processes_manager/README.md | 8 +++++++- modules/server_processes_manager/test/TestPlan.md | 1 + 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/modules/server_processes_manager/README.md b/modules/server_processes_manager/README.md index 674350506f7..1e9d84e3d4f 100644 --- a/modules/server_processes_manager/README.md +++ b/modules/server_processes_manager/README.md @@ -54,7 +54,13 @@ module and the ability to view the information for all processes. ## Configurations -There are no configuration settings associated to this module. +The following configurations affect the load of the server_processes_manager module: + + - /opt/Loris-MRI/bin/mri/ + + - This setting displays the Page of the `server_processes_manager` module. + + - To display the module you need to add `/opt/Loris-MRI/bin/mri/` to the LORIS-MRI code path in configuration module. ## Interactions with LORIS diff --git a/modules/server_processes_manager/test/TestPlan.md b/modules/server_processes_manager/test/TestPlan.md index 3042a23ad83..9e38b0b0027 100644 --- a/modules/server_processes_manager/test/TestPlan.md +++ b/modules/server_processes_manager/test/TestPlan.md @@ -23,3 +23,4 @@ This test plan should be executed by someone with decent knowledge of the MRI up When the process finishes (when the exit code file contains something), verify that all the process files have been deleted from `/tmp` if and only if the exit code is zero. +- Note: If the page doesn't load add the following path `/opt/Loris-MRI/bin/mri/` to the LORIS-MRI code path in configuration module. From 5981ea457117fd98219e37656557b47a40cf1846 Mon Sep 17 00:00:00 2001 From: George M <78069720+GeorgeMurad@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:02:19 -0400 Subject: [PATCH 2/5] Update TestPlan.md Removing the path --- modules/server_processes_manager/test/TestPlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server_processes_manager/test/TestPlan.md b/modules/server_processes_manager/test/TestPlan.md index 9e38b0b0027..57967225236 100644 --- a/modules/server_processes_manager/test/TestPlan.md +++ b/modules/server_processes_manager/test/TestPlan.md @@ -23,4 +23,4 @@ This test plan should be executed by someone with decent knowledge of the MRI up When the process finishes (when the exit code file contains something), verify that all the process files have been deleted from `/tmp` if and only if the exit code is zero. -- Note: If the page doesn't load add the following path `/opt/Loris-MRI/bin/mri/` to the LORIS-MRI code path in configuration module. +- Note: If the page doesn't load the LORIS-MRI code path should be set in configuration module. From b117f45d6326e6d234b58a5816ff937fecd3351a Mon Sep 17 00:00:00 2001 From: George M <78069720+GeorgeMurad@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:41:53 -0400 Subject: [PATCH 3/5] Update TestPlan.md Re-type the Note --- modules/server_processes_manager/test/TestPlan.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server_processes_manager/test/TestPlan.md b/modules/server_processes_manager/test/TestPlan.md index 57967225236..cfed0e6ee0b 100644 --- a/modules/server_processes_manager/test/TestPlan.md +++ b/modules/server_processes_manager/test/TestPlan.md @@ -23,4 +23,4 @@ This test plan should be executed by someone with decent knowledge of the MRI up When the process finishes (when the exit code file contains something), verify that all the process files have been deleted from `/tmp` if and only if the exit code is zero. -- Note: If the page doesn't load the LORIS-MRI code path should be set in configuration module. +- Note: If the page doesn't load the LORIS-MRI code path should be verified in configuration module. From 0baeb514965a6c03915a73588f0a457d45729bf2 Mon Sep 17 00:00:00 2001 From: George M <78069720+GeorgeMurad@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:13:57 -0400 Subject: [PATCH 4/5] Update README.md Removing the actual path --- modules/server_processes_manager/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/server_processes_manager/README.md b/modules/server_processes_manager/README.md index 1e9d84e3d4f..7701ca18538 100644 --- a/modules/server_processes_manager/README.md +++ b/modules/server_processes_manager/README.md @@ -60,7 +60,7 @@ The following configurations affect the load of the server_processes_manager mod - This setting displays the Page of the `server_processes_manager` module. - - To display the module you need to add `/opt/Loris-MRI/bin/mri/` to the LORIS-MRI code path in configuration module. + - To display the module you need to add the LORIS-MRI code path in the configuration module. ## Interactions with LORIS From 12523f40c21549887162a1cd6fecd3f303a94359 Mon Sep 17 00:00:00 2001 From: George M <78069720+GeorgeMurad@users.noreply.github.com> Date: Wed, 17 Apr 2024 09:29:27 -0400 Subject: [PATCH 5/5] Update README.md Adjust the configuration --- modules/server_processes_manager/README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/modules/server_processes_manager/README.md b/modules/server_processes_manager/README.md index 7701ca18538..493c3fb98a9 100644 --- a/modules/server_processes_manager/README.md +++ b/modules/server_processes_manager/README.md @@ -55,12 +55,7 @@ module and the ability to view the information for all processes. ## Configurations The following configurations affect the load of the server_processes_manager module: - - - /opt/Loris-MRI/bin/mri/ - - - This setting displays the Page of the `server_processes_manager` module. - - - To display the module you need to add the LORIS-MRI code path in the configuration module. + - The `LORIS-MRI code` path of the `Imaging Pipeline` tab in the configuration module must be set for the `server_processes_manager` module to load. ## Interactions with LORIS