Skip to content

alessfg/docker-ethercis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Environment for EtherCIS

Docker environment for [EtherCIS] (https://github.com/ethercis/ethercis), an open source platform compatible with the openEHR standard.

How To Use

Setup

  1. Install the latest version of [Docker] (https://www.docker.com). Docker Compose version 2 is required.
  2. Clone the repository.
  3. Open a terminal in the directory where you cloned the repo.
  4. Run docker-compose up.
  5. Once the startup process completes your terminal should display a message saying:
  • INFO - com.ethercis.vehr.Launcher.start(140) | Server listening at:http://{container-ip}:8080/.
  1. Find the ip of your Docker environment:
  • If you are using Docker toolbox this tends to be 192.168.99.100.
  • If you are using a native Docker installation it will be localhost.
  1. You can now connect to the RESTful API via {docker-ip}:8888/{rest-query}.

Data Storage and Persistence

The postgres Docker container stores data internally at /var/lib/postgresql/data. By default, this volume is not mapped to any volume in the host OS. If you destroy the Docker container the data will only be persisted within a hidden volume partition; which will result in new containers not being able to access the database data. This is by design as local volume partitions are dependent on the host OS and thus specifing a particular volume can lead to undesired errors. To map the volume where data is to be persisted follow the [Docker volume instructions] (https://docs.docker.com/engine/tutorials/dockervolumes) and modify the Dockerfile and docker-compose.yml postgres service accordingly.

Setup with OpenEMPI

Most applications will require the usage of both an EMPI and EHR server. This can be done by following these instructions:

  1. Clone this repository and the [Docker OpenEMPI repository] (https://github.com/alessfg/docker-openempi) into the same directory.
  2. Download the docker-compose gist available [here] (https://gist.github.com/alessfg/f9c4f330850858b9afaea33de5595774) into the directory root.
  3. Run docker-compose up.

Deployment on IBM Bluemix

Instructions on how to deploy the Docker environment on an IBM Bluemix server can be found in this issue: #3

Notes

License

About

Docker environment for EtherCIS, an open source platform compatible with the OpenEHR standard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages