-
Notifications
You must be signed in to change notification settings - Fork 0
setup
Marvin edited this page May 30, 2023
·
4 revisions
From administrators perspective, an ASAPHub a single program that can be launched e.g. like this:
java -cp libs/ASAPJava.jar;ASAPHub.jar net.sharksystem.hub.hubside.ASAPTCPHub
- download the ASAPHub as jar file from the latest release
java -jar target/ASAPHub.jar -port [portnumber] -maxIdleSeconds [seconds]
mvn clean package -DskipTests
java -jar target/ASAPHub.jar -port [portnumber] -maxIdleSeconds [seconds]
The parameters portnumber
and maxIdleSeconds
are optional.
docker build -t asaphub:latest .
docker run --name hub asaphub:latest -port [portnumber] -maxIdleSeconds [seconds]
The parameters portnumber
and maxIdleSeconds
are optional.