This is developer documentation on how to build Kurator-Akka.  See also the FP-Akka: User Documentation

To Build Kurator-Akka:

You will need to have git, maven, java, and python installed to build kurator-akka.

cd into a directory you want to hang the kurator projects off of, and clone the following three projects:

  git clone https://opensource.ncsa.illinois.edu/bitbucket/scm/kurator/kurator-jython.git
  git clone https://github.com/kurator-org/kurator-akka.git
  git clone https://github.com/kurator-org/kurator-validation.git

Then build kurator-akka and kurator-validation

  cd kurator-akka
  mvn install
  cd kurator-validation
  mvn install

The kurator-akka project contains the framework for running kurator workflows written in yaml with code written in java or python. The kurator-validation project contains domain specific kurator components for quality control of biodiversity data.