This is the release repository for the Open Hospital's project. It is not meant for developers but only to publish releases packages called portable (means all-in-one, with embedded MySQL Server and JVM)
Here you can download the portable distribution of Open Hospital.
Please read the CONTRIBUTING.md file
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