Demonstration plugin framework for orchestrating the Komet application.
FDA Shield - Client
Follow the instructions below to set up the local environment for ikm-framework
:
-
Download and install Open JDK Java 19
-
Download and install Apache Maven 3.9 or greater
-
There are dependencies to building
ikm-framework
. Please ensure you have a reliable internet connection when cloning and building to get all dependencies from Maven Central. -
Komet is a dependency for
ikm-framework
which is not currently provided on Maven Central. Please refer to the Komet README for building instructions.
NOTE: Thekomet.version
property in the ikm-framework/pom.xml file must align with the Komet version built in this step.
Follow the steps below to build and run ikm-framework
on your local machine:
- Clone the ikm-framework project from GitHub to your local machine
git clone [Repo URL]
-
Navigate to the
ikm-framework
directory -
Enter the following command to build the application:
mvn clean install
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.