Skip to content

unity-idm/furms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7d98338 · Oct 10, 2023
Apr 13, 2021
Apr 7, 2022
Sep 27, 2023
Oct 10, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 27, 2023
Sep 12, 2023
Oct 10, 2023
Jan 18, 2022
Oct 23, 2020
Sep 27, 2023
Sep 27, 2023

Repository files navigation

furms

FENIX User Management System

CLI BUILD

To be able to build and create CLI application you have to meet these requirements:

  • download GraalVM from https://www.graalvm.org/downloads/

  • force Maven installation to use GraalVM JDK e.g.:

      export JAVA_HOME=/path/to/your/graalvm/installation
    
  • run maven package with native profile enabled:

      mvn clean package -Pnative
    

Binary application will be available in target module as furms.

More information about running using CLI, type furms --help