Porting TLJH to RHEL

So… I work in a Redhat-only environment. How much work would it take to make a RedHat Enterprise Linux version of TLJH? Is it a matter of replacing the apt calls in installer.py with yum calls, or would you expect a lot of complexities?

apt/yum/dnf packages, systemd, and maybe SELinux, are things that immediately spring to mind.

TLJH is an opinionated JupyterHub distribution that wraps some of the complexity of deploying JupyterHub. If you’re in an enterprise environment you might prefer a more hands-on approach, e.g. Installing and configuring JupyterHub using a configuration management tool such as Ansible, or perhaps Docker?