Files
opencloud/docs/getting-started.md
2020-02-24 14:48:22 +01:00

800 B

title, date, weight
title date weight
Getting Started 2018-05-02T00:00:00+00:00 10

{{< toc >}}

Installation

So far we are offering two different variants for the installation. You can choose between Docker or pre-built binaries which are stored on our download mirrors and GitHub releases. Maybe we will also provide system packages for the major distributions later if we see the need for it.

Docker

TBD

Binaries

TBD

Configuration

We provide overall three different variants of configuration. The variant based on environment variables and commandline flags are split up into global values and command-specific values.

Run the following command to see possible configuration values.

{{< highlight txt >}} ocis-konnectd server --help {{< / highlight >}}