Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.26 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.26 KB

Open Hospital Build Status

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.

For Developers (how to contribute)

Please read the CONTRIBUTING.md file

How to create Open Hospital portable

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:

  1. Clone this repository and initialize the submodules:

    git clone --recurse-submodules https://github.com/informatici/openhospital
    
  2. Run the script that compiles the projects core and gui, and assembles the portable distributions:

    cd openhospital
    ./build_poh.sh