Working on a shared system, such as a cluster compute environment, I would like to be able to (and have been asked to) install this package for several non-privileged users. I can handle making the dependencies available, but is there documentation (other than reading through PrepareLinuxEnvironment.sh) on the proper setup for people?
I may also want to present the package as a container (docker or singularity). Making it possible to run the PrepareLinuxEnvironment.sh script without y/n prompts would make that a lot easier as well.
Happy to contribute where you see fit, just point me in the right direction!
Working on a shared system, such as a cluster compute environment, I would like to be able to (and have been asked to) install this package for several non-privileged users. I can handle making the dependencies available, but is there documentation (other than reading through
PrepareLinuxEnvironment.sh
) on the proper setup for people?I may also want to present the package as a container (docker or singularity). Making it possible to run the
PrepareLinuxEnvironment.sh
script without y/n prompts would make that a lot easier as well.Happy to contribute where you see fit, just point me in the right direction!