openemr-devops
openemr-devops copied to clipboard
OpenEMR administration and deployment tooling
### Describe the bug ### To Reproduce Steps to reproduce the behavior: 1. Add a '....' 2. Click on '....' 3. Scroll down to '....' 4. See error ### Expected...
Ran into an interesting situation and not sure if its a bug or if I've got something different going on. I setup a testbed on AWS running the development-docker a...
fixes #384 (continued from https://github.com/openemr/openemr-devops/pull/383) transition apache to use php-fpm/fcgi in dockers 1. First need to ensure this increases performance since does complicate the docker a little more (now have...
Implement support for PHP-FPM/FCGI in apache in dockers
fixes #347 Several more steps to get this project ready for commit: 1. TODO - tls redis connection with x509 is not working, still analyzing this. 2. TODO - when...
I'm attempting to install openemr-cmd following the instructions on the readMe with the scripts provided? When i try to run the "openemr-cmd" i receive a "openemr-cmd: command not found". Is...
kubernetes: support redis over the wire encryption
### Describe the bug When running the script `openemr-cmd up` on mac , the script is checking for `docker-compose` to be installed. while this is applicable to most linux distributions,...