pviotti / openhospital

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

Home Page:https://www.open-hospital.org/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 8+, 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
    

About

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

https://www.open-hospital.org/en/

License:GNU General Public License v3.0


Languages

Language:Perl 38.7%Language:C++ 16.5%Language:Roff 14.0%Language:C 13.0%Language:Shell 5.7%Language:PHP 5.4%Language:Assembly 2.0%Language:HTML 1.9%Language:NASL 1.1%Language:CMake 0.5%Language:Objective-C 0.5%Language:Makefile 0.3%Language:Scilab 0.2%Language:TSQL 0.2%Language:Batchfile 0.1%