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.
![image](https://private-user-images.githubusercontent.com/488607/258935178-a9b0fa12-0a93-4ec2-ad5f-334d5eb64318.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5MDExMjQsIm5iZiI6MTczODkwMDgyNCwicGF0aCI6Ii80ODg2MDcvMjU4OTM1MTc4LWE5YjBmYTEyLTBhOTMtNGVjMi1hZDVmLTMzNGQ1ZWI2NDMxOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwNDAwMjRaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT00ODBiMzAxODA0NTI3YjdmYzM4ODlmNzdlOGQyZDYxZWY3NmNlNjgwOGE4NzIzZTJmNDJjYzQ3ZDAwMmYxZTdkJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.jkHd97s0hhUi2PY7iqNQtXd7Yg99Z7JdV700GjQOqII)