This is the root project of the Open Hospital code base.
Here you can download the portable distribution of Open Hospital.
To create the Open Hospital portable distributions, make sure to have installed the following dependencies on a Linux machine: JDK 6+, Maven, asciidoctor-pdf, docker-compose, MySQL client, zip.
Then follow these simple steps:
-
Clone this repository and initialize the submodules:
git clone --recurse-submodules https://github.com/informatici/openhospital
-
Run the script that compiles the projects core and gui, and assembles the portable distributions:
cd openhospital ./build_poh.sh