XAMPP version for EMR - 5.0.2. Windows 10

Maybe the problem because we using Linux Mint 19.3 , not Ubuntu Server 18.04.4 LTS

no, almost there :slight_smile:

sudo chmod +x /usr/bin/docker-compose
which docker-compose

nerik@nerik-2060:~$ sudo chmod +x /usr/bin/docker-compose
nerik@nerik-2060:~$ which docker-compose
/usr/bin/docker-compose
nerik@nerik-2060:~$

nice!

cd testopenemr
docker-compose up

nerik@nerik-2060:~$ cd testopenemr
nerik@nerik-2060:~/testopenemr$ docker-compose up
/usr/bin/docker-compose: line 1: Not: command not found
nerik@nerik-2060:~/testopenemr$

try ubuntu :slight_smile:

Ok I will reinstall my computer to Ubuntu 18.04.4 LTS.
Do I need Ubuntu Server or Ubuntu Desktop

cool, desktop is fine

Thank You
Will reinstall, and then will let you know…

1 Like

Reinstalled Docker and Docker Compose on Ubuntu 18.04. Everithing looks good, but still cant run OpenEMR from Localhost.
Do I need to do any settings to MySQL to run Localhost. I knew that procedure on Windows EXAMP , but first time doing on Linux docker.

nerik@nerik-2062:~/testopenemr$ docker-compose -v
docker-compose version 1.17.1, build unknown

hi @ncavalier ,
did you do:

docker-compose up -d

if so, then what does the following look like:

docker ps -a

(this command basically just shows a list of the running dockers)

ed5f1332ae8c: Pull complete
Digest: sha256:860add6d2630ed5b0061c47994389d5ec3e0d4309ec82d53d179af597a4cf2b7
Status: Downloaded newer image for openemr/openemr:5.0.2
Creating testopenemr_mysql_1 …
Creating testopenemr_mysql_1 … done
Creating testopenemr_openemr_1 …
Creating testopenemr_openemr_1 … done

Try the following:

docker pull openemr/openemr:5.0.2

(this is simply pulling the openemr docker onto your machine)
If above does not work, then try:
ping -c 2 www.google.com
(this is just seeing if your box is able to access internet)

disregard my post above; I just saw your last post. That looks good!!!
Now wait 10 minutes :slight_smile:
If get impatient, then do:

docker logs testopenemr_openemr_1

(This just outputs the log, which shows output from build and configuration of openemr docker)

Generating a RSA private key
…++++
…++++
writing new private key to ‘/etc/ssl/private/selfsigned.key.pem’

Running quick setup!

Finally we got it!!!
Thank YOU!!!

2DV

1 Like

hi @ncavalier ,

Now things get really fun. Go into your OpenEMR instance and go mad and try to break things. Then you can start all over again (below command deletes the dockers and the shared volumes; I am assuming you are still in testing phase):

docker-compose down -v

Then you can do a completely new reinstall:

docker-compose up -d

Next lesson will be configuring more secure usernames/passwords along with a phpmyadmin docker that you only turn on when you need it.

Do I need to downgrade to restore my backup from 5.0.1(7) windows. And what the upload process