This is a synchronization server for Octi
./gradlew clean installDist
The binaries you can copy to a server will be placed under ./build/install/octi-sync-server-kotlin
.
More details here.
./build/install/octi-sync-server-kotlin/bin/octi-sync-server-kotlin --datapath=./octi-data
The following flags are available:
--datapath
(required) where the server should store its data--debug
to enable additional log output--port
to change the default port (8080)