Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 537 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 537 Bytes

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