Initial documentation #30

This commit is contained in:
Ilja Neumann
2020-02-24 14:48:22 +01:00
committed by Ilja Neumann
parent e8420f55da
commit 761757e28a
14 changed files with 40 additions and 767 deletions
+30
View File
@@ -0,0 +1,30 @@
---
title: "Getting Started"
date: 2018-05-02T00:00:00+00:00
weight: 10
---
{{< toc >}}
## Installation
So far we are offering two different variants for the installation. You can choose between [Docker](https://www.docker.com/) 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 >}}