Files
opencloud/docs/getting-started.md
Jörn Friedrich Dreyer fb2e6528b3 add edit link
as per https://github.com/owncloud/owncloud.github.io/issues/2#issuecomment-590949444

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2020-02-26 14:55:07 +01:00

1.2 KiB

title, date, weight, geekdocRepo, geekdocEditPath, geekdocFilePath
title date weight geekdocRepo geekdocEditPath geekdocFilePath
Getting Started 2018-05-02T00:00:00+00:00 20 https://github.com/owncloud/ocis-reva edit/master/docs getting-started.md

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.

The configuration tries to map different configuration options from reva into dedicated services. For now please run bin/ocis-reva {command} -h to see the list of available options or have a look at the flagsets and the mapping to a reva config in the corresponding commands.