Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 420 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 420 Bytes

jcoro

Build and run tests:

gradlew :jcoro-app:build --rerun-tasks

Build and run SyncaServer:

gradlew :jcoro-app:build
java -cp jcoro-api/build/libs/jcoro-api-1.0.jar:jcoro-app/build/classes/instrumented org.jcoro.SyncaServer

(in Windows change : symbol to ; between classpaths).

After that you can check the server is alive using curl:

curl -i "http://localhost:8080"