Skip to content

jbalsamo/Halcyon

 
 

Repository files navigation

Halcyon

https://arxiv.org/abs/2304.10612

Building Server Jar

mvn -Pserver clean package

Building installers

Each command must be run on the appropriate platform. Artifacts are located in dist folder.

mvn -Pserver clean package jpackage:jpackage@win
mvn -Pserver clean package jpackage:jpackage@mac
mvn -Pserver clean package jpackage:jpackage@ubuntu
mvn -Pserver clean package jpackage:jpackage@rhel

Building Ingest program binary for feature files

This will require a functioning GraalVM native image environment - https://www.graalvm.org/22.3/reference-manual/native-image/)

mvn -Pingest clean package 

Building Ingest Jar Version for feature files

This will require a functioning GraalVM native image environment - https://www.graalvm.org/22.3/reference-manual/native-image/)

mvn -Pingestjar clean package 

SSL

openssl req -new -newkey rsa:2048 -nodes -keyout beak.key -out beak.csr
openssl pkcs12 -export -in beak.crt -inkey beak.key -name Halcyon -out beak.p12
keytool -importkeystore -deststorepass changeit -destkeystore cacerts -srckeystore beak.p12 -srcstoretype PKCS12

Halcyon adjective:
    denoting a period of time in the past that was idyllically happy and peaceful.
    "the halcyon days of the mid-1980s, when profits were soaring"

    Similar - serene, calm, pleasant, balmy, tranquil, peaceful, temperate, mild, quiet, gentle, placid, still, windless, stormless, happy, carefree, blissful, golden, joyful, joyous, contented, idyllic, palmy, flourishing, thriving, prosperous, successful
    Opposite - stormy, troubled

noun:
    1. a tropical Asian and African kingfisher with brightly colored plumage.
    2. a mythical bird said by ancient writers to breed in a nest floating at sea at the winter solstice, charming the wind and waves into calm.
    3. The name of a software system for managing Pathology Whole Slide Images and derived features from AI pipelines.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 71.4%
  • Java 23.2%
  • CSS 3.4%
  • HTML 1.9%
  • FreeMarker 0.1%