/openhospital

Open Hospital is a free and open source software for healthcare data management. This repository is used to build its releases.

Primary LanguagePerlGNU General Public License v3.0GPL-3.0

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:

  1. Clone this repository and initialize the submodules:

    git clone https://github.com/informatici/openhospital
    
  2. Run the script that compiles the components of Open Hospital, and assembles the portable distributions:

    cd openhospital
    ./build_poh.sh