Komet was created to harmonize existing medical terminology and create interoperable data. This file will explain best practices for getting started, building, running, and contributing code in Komet.
Install App Team
To get started with using Komet, download the latest version on your machine. See the documentation about the new features recently included.
Follow the instructions below to set up the local environment for Komet:
-
Download and install Open JDK Java 19
-
Download and install Apache Maven 3.9 or greater
-
Prior to building Komet, there are additional repositories to clone and build. Please use the
tinkar-core
README file to build thetinkar-core
project and its prerequisites before buildingkomet
.
Follow the steps below to build and run Komet on your local machine:
-
Clone the komet repository from GitHub to your local machine
-
Change local directory to location to
komet
-
Enter the following command to build the application:
mvn clean install
- Run the Komet application with the following command:
mvn -f application javafx:run
Note: Komet requires sample data to operate with full functionality
Technical and non-technical issues can be reported to the Issue Tracker.
Contributions can be submitted via pull requests. Please check the contribution guide for more details.