pviotti / openhospital-gui

OpenHospital software gui (Swing)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

OpenHospital-gui

OpenHospital 2.0 (ISF OpenHospital web version) - WIP

OpenHospital-core You need the openhospital-core in order to run the gui.

How to build with Maven: (requires Maven 3.2.5 or lesser installed and configured)

mvn clean install

How to create the DataBase:

You need a local (or remote) MySQL server where to run the script in mysql/db/ folder

create_all_en.sql

For remote MySQL server you need to change IP (localost) and PORT (3306) in rsc/applicationContext.properties:

<property name="jdbcUrl" value="jdbc:mysql://localhost:3306/oh" />

With docker compose

Simply run (it will run on localhost:3306):

docker-compose up 

How to launch the software:

Use scripts startup.sh (Linux) or startup.cmd (Windows)

Other info

Please read Admin and User manuals in doc/ folder

How to contribute

Please read the OpenHospital Wiki

See the Open Issues on Jira

About

OpenHospital software gui (Swing)

License:GNU General Public License v3.0


Languages

Language:Java 99.4%Language:Shell 0.4%Language:Batchfile 0.2%Language:SQLPL 0.0%