Skip to content

JeffersonLab/dppd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DppD

Data Processing Pipeline Designer - Editor for creating and editing experiment control system configuration files written in Control Oriented Ontology Language (COOL).

Requirements

  • Java 11 or higher
  • Gradle 7.0 or higher (or use the Gradle wrapper)

Building

To build the project:

gradle build

This will compile the source code and create the jar file at build/libs/dppd-v1.0.jar.

To clean and rebuild:

gradle clean build

To install to the CODA directory (requires $CODA environment variable):

gradle install

This will:

  • Copy dppd-v1.0.jar to $CODA/common/jar/
  • Copy launcher scripts to $CODA/bin/

Running

After installation, run DppD:

dppd

Or for the limited viewer:

dppd_view

Jar Signing (Optional)

To sign the jar file:

a) Create a key in the keystore:

keytool -genkey -keystore vgKeys -alias dppd

b) Sign the jar with the key:

jarsigner -keystore vgKeys build/libs/dppd-v1.0.jar dppd

About

No description, website, or topics provided.

Resources

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published