I have only tried “git clone https://github.com/dealii/candi”, then I downloaded local.cfg from the repository to my local computer and moved it to the server I am working with via scp, within the candi directory. Then, I did “cd candi” and “./candi.sh”. I didn’t set an installation path because I also tried setting one, and it wasn’t working either, I thought this was simpler way.
I checked all the permits to work are set, but still not me nor any other user (admin included) can make the “Permission denied“ error disappear.
You might have copied files incorrectly (or without the correct permissions). I would suggest you do the git clone directly on the machine where you want to use it.
Secondly, If it is a server, you might not be able to write the output to the default installation directory (the home directory). I would suggest you specify an absolute path to some folder where you know you can write to.
Thank you, the problem is fixed now. I think the issue was the noexec status of /home in my server, that made ./candi.sh impossible to run. When trying the same thing but in /tmp, it did run. Thank you very much for your help