Installation
Download binary releases
Pre-compiled releases can be downloaded from the releases page.
Prerequisite
JRE 8 and above
MongoDB (Tested with 4.0.3)
Run
Once you have downloaded the pre-compiled jar file, you can run it with:
java -jar labpipe-server-all.jar --helpBuild from source code
Prerequisite
JDK 8 and above
MongoDB (Tested with 4.0.3)
Gradle 5 (Tested with 5.4.1 and 5.5)
Build artifacts and run
Run from source code
If you are using gradle run, you can pass arguments with --args, e.g. --args="--help".
Last updated
Was this helpful?