informatici/openhospital
Open Hospital is a free and open source software for healthcare data management. This repository is used to build its portable releases.
repo name | informatici/openhospital |
repo link | https://github.com/informatici/openhospital |
homepage | https://www.open-hospital.org/en/ |
language | Perl |
size (curr.) | 147826 kB |
stars (curr.) | 264 |
created | 2019-07-04 |
license | GNU General Public License v3.0 |
Open Hospital
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:
-
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