Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add to configuration server_processes_manager module #9189

Merged
merged 5 commits into from
Apr 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
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
8 changes: 7 additions & 1 deletion modules/server_processes_manager/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 the LORIS-MRI code path in the configuration module.
GeorgeMurad marked this conversation as resolved.
Show resolved Hide resolved

## Interactions with LORIS

Expand Down
1 change: 1 addition & 0 deletions modules/server_processes_manager/test/TestPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Loading