Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 2.17 KB

README.md

File metadata and controls

54 lines (33 loc) · 2.17 KB

Komet-java

SonarCloud Security Rating Coverage

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.

Team Ownership - Product Owner

Install App Team

Getting Started

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:

  1. Download and install Open JDK Java 19

  2. Download and install Apache Maven 3.9 or greater

  3. Prior to building Komet, there are additional repositories to clone and build. Please use the tinkar-core README file to build the tinkar-core project and its prerequisites before building komet.

Building and Running Komet

Follow the steps below to build and run Komet on your local machine:

  1. Clone the komet repository from GitHub to your local machine

  2. Change local directory to location to komet

  3. Enter the following command to build the application:

mvn clean install
  1. Run the Komet application with the following command:
mvn -f application javafx:run

Note: Komet requires sample data to operate with full functionality

Issues and Contributions

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.