Seeking help with tool deployment

https://github.com/EpicGames/UnrealEngine/tree/release/Engine/Extras/RoboMerge/v3
Is there any technical expert who can make a video of deploying this tool, I would like to learn it.

Well, from the looks of it, it dumps a bunch of TS/JS into a Docker container, and is supposed to talk to Perforce and Slack. There’s some environment variables in the README, but no given place to actually put those. Unclear if SSL Perforce works, or not. Existing scripts seem to be for firing up a local instance in desktop Docker, and/or combining it with a desktop Docker Perforce instance; but unclear at all as to a proper server deployment. Definitely feels like this was built for the Epic in-house setup; if someone tore through the TS/JS code, might be able to at least figure out where the variables go…