Versions Compared

Key

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

Using Kurator-Akka to develop workflows by configuration with yaml

Page Tree
root@self

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

For further information, see the README files in each of the projects.

...

Building Kurator-Akka:

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

...

You can also build the kurator-web web UI with:

  git clone https://gitub.com/kurator-org/kurator-web.git
  
cd kurator-web
mvn package play2:run

By default, the web UI will be is then accessible at http://localhost:9000/

Some more information is available in the README files for each of the projects

https://github.com/kurator-org/kurator-akka

...

https://github.com/kurator-org/kurator-validation

https://github.com/kurator-org/kurator-web

Adding New Actor Code

Actors may be (among others).

...