Situation
I have a AWS EC2 version of OpenEMR and need to patch to ver 6. I finely just found out how to connect SSH to the site by using the user ubuntu, but not sure how to install the patch.
OpenEMR Version
I’m using OpenEMR version 5-0-1 (3)
Browser:
I’m using: Chrome and or Safari
Operating System
I’m using: Mac OSX 10.11.6
Logs
Did you check the logs? Was there anything pertinent in them? Paste them here (surround with three backticks (```) for readability
Thanks for the responce. when I try that, I get an error on the 2nd step. it tells me that /var/www/local/htdocs/OpenEMR/ is no such file or directory.
It’s either a permissions issue or docker issue it seems.
For Docker, try running:
“Sudo docker container ls”
Does anything come up?
If so, run “docker exec -it /bin/sh”
The container ID should be a 12+ character alphanumeric string.
That will get you into the Docker and from there you’ll need to execute all the commands from the beginning (fetch the zip file, move it, etc)
For a general permissions issue:
Try “Sudo su -“ or “su root”.
Then you should be the Root user and try accessing /var/www again and see if you make progress.
If this doesn’t work, sorry I don’t know the issue and either one of the other consultants or the senior OEMR devs Brady Miller and Asher Densmore-Lynn should be able to help.