Open Hospital
This repository is used to assemble the portable (or all-in-one) packages of the Open Hospital project, which you can download here.
How to contribute
If you'd like to contribute to the Open Hospital project, please read CONTRIBUTING.md.
How to create Open Hospital packages
To create the Open Hospital packages, make sure to have installed the following dependencies on a Linux machine: JDK 8+, Maven, asciidoctor-pdf, docker-compose, MySQL client, zip.
Then follow these simple steps:
-
Clone this repository and initialize the submodules:
git clone https://github.com/informatici/openhospital -
Run the script that compiles the components of Open Hospital, and assembles the portable distributions:
cd openhospital ./build_poh.sh