Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

Installation

Checkout and build hps-java using:

Code Block
languagebash
mkdir /scratch && cd /scratch
git clone https://github.com/JeffersonLab/hps-java && cd hps-java && git checkout online-recon-dev
mvn clean install -DskipTests
cd online-recon

# This will install the online recon run scripts to your scratch dir... 
mvn install -DskipTests -DskipCheckstyle -DassembleDirectory=/scratch

# Optionally add the script dir to the path.
export PATH=/scratch/bin:$PATH

cd /scratch/

The online reconstruction run scripts should now be installed to the /scratch/bin dir.



Starting the Server 

The server cannot startup without an accessible and running ET ring present.

...