diff --git a/modules/server_processes_manager/README.md b/modules/server_processes_manager/README.md index 674350506f7..493c3fb98a9 100644 --- a/modules/server_processes_manager/README.md +++ b/modules/server_processes_manager/README.md @@ -54,7 +54,8 @@ 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: + - 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 diff --git a/modules/server_processes_manager/test/TestPlan.md b/modules/server_processes_manager/test/TestPlan.md index 3042a23ad83..cfed0e6ee0b 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 the LORIS-MRI code path should be verified in configuration module.