ome / omero-install

OMERO installation scripts
https://www.openmicroscopy.org/omero
4 stars 24 forks source link

Simplify rocky9 installation #277

Closed dominikl closed 10 months ago

dominikl commented 11 months ago

Some changes to the rocky9 installation scripts:

Includes the change from https://github.com/ome/omero-install/pull/276 .

dominikl commented 11 months ago

I give up now, trying to get this PR through the docker workflow. I think we should just scrap these docker tests. What is the point in the test if you have to constantly diverge in the script "if docker do this, if not do that", just to get the workflow to pass? It works on a real linux system.

dominikl commented 11 months ago

Just tested with Petr against the rhel9 VM. The blocked ports are not a problem of the VM, but of rhel9 itself. Have to run firewall-cmd --zone=public --add-port=4064/tcp --permanent so that omero-server is accessible on the ip directly. Should that be added to the scripts as well, as part of the default installation @jburel ? Resp for web firewall-cmd --zone=public --add-port=4080/tcp --permanent .

(followed by firewall-cmd --reload)

dominikl commented 11 months ago

👍 Thanks