Healthcare demo header

Prerequisites

  • Expects Linux or MacOS hosts
  • Requires Ansible 2.4 or newer
  • Requires PostgreSQL 9.5 or newer
  • Optional Android Studio 3.0.1

Download Binaries

Download the following binaries from developers.redhat.com and and Red Hat Customer portal

  1. JBoss Data Virtualization 6.4.0
  2. JBoss Data Grid 7.1.0 Server
  3. JBoss Data Grid 7.1.2 Server Update
  4. JDG 7.1.2 Hot Rod Java Client Module for JBoss EAP

and place these in the binaries folder.

Setup PostgreSQL databases

  • Create medication database
$ psql -f files/data/medicationdb.ddl 
  • Create medical database
$ psql -f files/data/medicaldb.ddl 

Installing the healthcare demo

$ cd healthcare-demo
$ ansible-playbook install.yaml

Running the healthcare demo

$ cd healthcare-demo
$ ansible-playbook run.yaml