Skip to content

d4rken/octi-sync-server-kotlin

Repository files navigation

Octi Sync Server

Code tests & eval

This is a synchronization server for Octi

Setup

Build server

./gradlew clean installDist

The binaries you can copy to a server will be placed under ./build/install/octi-sync-server-kotlin. More details here.

Run server

./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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages