GitHub user usbrandon added a comment to the discussion: About installation on Linux Directly
The docker image is a very good representation of the kinds of configurations, dependencies etc required for an install. You might inspect the layers of the image or docker files that gave rise to it. You can probably lift and shift a lot to the local machine by bind/mount a folder on your host to a place within the image, go interactive with it and copy things off onto your local machine via the bind mount. Then look at how the container start up script hands off parameters etc and sets hop web for running. The docker file will let you know what OS based dependencies there are that you can find equivalents for in RHEL9. GitHub link: https://github.com/apache/hop/discussions/4764#discussioncomment-11778072 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
