Versions Compared

Key

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

...

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).

...