This is a quick guide to run the system, better and more detailed information is coming soon.
git clone ...
cd SEEPng
./gradlew installApp
Master
./install/seep-master/bin/seep-master
Worker
./install/seep-worker/bin/seep-worker
If you want to package the system, for example, for distribution, just:
./gradlew distZip
Then find the distribution in zip files in dist/
If you want to package all dependencies within jar, for standalone deployment and execution do:
./gradlew distStandaloneJar
If you want later to copy those standalone jars to a standaloneDist directory in the root do:
./gradlew standaloneDist
./gradlew clean