I’m trying to orchestrate the creation of a deadline render node automatically, but I can’t see any examples for how to do this in linux. The missing part for me is how to install the deadline client from a shell script.
I decided to not worry about defining an installation file, and run it all in one bash line.
the solution was to keep a copy of the deadline.ini file tucked away on a working config, and keep iterating over the install until I was able to match all the parameters.
Yeah, the “one bash line” is the recommended way. We can’t remove the options file argument there.
We did some testing of this a month or so back because a developer was doing the same thing you are now. I’ll see if I can get it as an example to post here.
Update: Here’s an example (with bits scrubbed to protect the developer involed. :D)