add more documentation

This commit is contained in:
Willy Kloucek
2022-04-29 11:37:11 +02:00
parent 72688b3650
commit 7b5d705d64
8 changed files with 47 additions and 35 deletions
+6
View File
@@ -95,6 +95,12 @@ Open [https://localhost:9200](https://localhost:9200) and [login using one of th
The oCIS single binary contains multiple extensions and the `ocis` command helps you to manage them. You already used `ocis server` to run all available extensions in the [Run oCIS]({{< ref "#run-ocis" >}}) section. We now will show you some more management commands, which you may also explore by typing `ocis --help` or going to the [docs]({{< ref "../config" >}}).
To initialize the oCIS configuration:
{{< highlight txt >}}
ocis init
{{< / highlight >}}
To start oCIS server:
{{< highlight txt >}}