here’s a super simple setup of openemr 5.0.2(2) on ubuntu 20 server, thanks to @ncavalier for initially documenting and @brady.miller’s guidance
from a terminal prompt
- sudo apt-get update
- sudo apt install docker.io
- sudo systemctl enable --now docker
- sudo usermod -aG docker $USER
- newgrp docker
- sudo apt install docker-compose
- mkdir openemr
- cd openemr
- wget https://gist.githubusercontent.com/bradymiller/8f8dc5215b07d287f7dc0fed80bf2b9d/raw/9b2a762849bbf8ce0a0d4dff30c4a359cfa88a44/openemr-502-docker-example-docker-compose.yml
- mv openemr-502-docker-example-docker-compose.yml docker-compose.yml
- docker-compose up -d
- make a cup of
- if using ubuntu 20 desktop login in at localhost in your browser with admin pass (if using server go to client with browser and enter ip of server)