Hello community,
I am currently following a YouTube tutorial (link: OpenEMR Easy Docker Development - Introduction, Setup and First Pull Request - Video 1 - YouTube) to install and set up the openemr-cmd utility on my system. However, I have encountered an issue during the installation process, and I’m seeking assistance to resolve it.
Issue Description:
I followed the steps in the tutorial until the installation of openemr-cmd, and during the initial installation attempt, I received the following error:
"Failed to connect to raw.githubusercontent.com port 443: Connection timed out."
Solutions Attempted:
- I tried setting the DNS to 8.8.8.8, but the error persisted.
- As an alternative solution, I opened the “/etc/hosts” file using the command:
$ sudo nano /etc/hosts
and added the IP address 185.199.108.133 mapped to the hostname raw.githubusercontent.com at the end of the file. After this modification, I was able to download successfully without any connection issues.
New Issue:
After a successful download, I tried to use the openemr-cmd utility by logging in, but it returns the error:
“openemr-cmd: command not found”
Assistance Request:
I would greatly appreciate any assistance or guidance to resolve the “openemr-cmd: command not found” issue. I have double-checked that the installation was completed successfully, but I seem to be unable to run the utility as expected.
Additional Information:
Operating System: UBUNTU 20.04.06
Thank you for your help and support in advance.