RedHatOfficial / openemr-kube

OpenShift/Kube deployment info for OpenEMR (https://www.open-emr.org/)
11 stars 13 forks source link

More work on UBI image to get PHP+Apache functioning #19

Closed bostrt closed 4 years ago

bostrt commented 4 years ago

Very much a WIP right now. This PR will contain some work to get this UBI based image fully functioning.

bostrt commented 4 years ago

Working on this pending discussion about supporting OpenEMR 5.0.2 or 5.0.3 (dev) initially

bostrt commented 4 years ago

Latest changes seem promising, the following test command will connect to database and initialize:

$ podman run -e SWARM_MODE=no -e MYSQL_HOST=<host> -e MYSQL_ROOT_PASS=<pass> -p 8443:8443 --rm -it -v $(pwd):/etc/ssl/certs/  quay.io/bostrt/openemr-test:latest
bostrt commented 4 years ago

@isimluk I'd like your review if you have time.

isimluk commented 4 years ago

LGTM! Well done!