A Java API, model and CLI for information contained in the RADx Study/Project tracker
This software requires Java 19, or higher, installed on the machine where you will install this software.
- Download and place the executable jar file in a directory of your choice, for example,
/usr/local/bin
. - Create a script (to execute the .jar file) and save it in your executable path (Bash path). For example, create a bash script named
st
in/usr/local/bin
. - Edit the script to make it execute the .jar file. Add
java -jar /usr/local/bin/radx-study-tracker-0.9.0.jar "$@"
as a line in the script. - To execute, type
st --help
in a terminal.