Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 743 Bytes

File metadata and controls

23 lines (17 loc) · 743 Bytes

Setup Guide for clas12-timeline

The software is available from ifarm interactive nodes; use the module command to load it:

module avail timeline      # check which versions are available
module load timeline/dev   # load the 'dev' version (likely the most recent version)
module load timeline/1.0.0 # alternatively, load a specific version, such as 1.0.0

If you want to install locally, clone the repository, cd into it, then run:

mvn install

The directory target/ will contain the build files, which are mostly JAR files.

You may now use the scripts in bin/.

Tip

For convenience, you may prepend the bin/ directory to your $PATH

Tip

Use mvn clean if you want to clean the build