Hi there. I’m attempting to configure a new MATLAB app in much the same way I set up the Desktop app, integrating a Singularity container to provide the MATE desktop environment. Here’s what I’m referring to:
At the top of my form, I include:
submit: submit/container.yml.erb
Where I run into a snag I guess is where to place a modified version of script.sh.erb
in /etc
. When I go to launch the app, it fails because I don’t have a module called xalt/latest
. I have my own copy of script.sh.erb
in /etc/ood/config/apps/bc_osc_matlab/submit/template
, and have also tried it in /etc/ood/config/apps/bc_osc_matlab/template
. Am I misunderstanding how this works?
I’m attempting to use the MATLAB app as-is and modify it via configs overlayed in /etc/ood/config/apps/bc_osc_matlab
, in essence, so that if there’s a new version, I don’t need to merge code together, etc.
The docs explain how to sandbox one of the example apps, but from what I’ve noticed, not really the best practices for installing/configuring one that goes into /var/www/ood/apps/sys
.
Thanks in advance for the help.