From 0ea97f4f89bdad0ee05c698eeb32641d4c4e15f2 Mon Sep 17 00:00:00 2001 From: "A.Unger" Date: Fri, 10 Jan 2020 11:07:25 +0100 Subject: [PATCH] update building docs --- docs/content/building.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/docs/content/building.md b/docs/content/building.md index 7a70a6f032..f1265c29c3 100644 --- a/docs/content/building.md +++ b/docs/content/building.md @@ -14,6 +14,27 @@ cd ocis All required tool besides Go itself and make are bundled or getting automatically installed within the `GOPATH`. All commands to build this project are part of our `Makefile`. +### Simple Ocis + +Building the simple ocis binary: + +```console +TAGS=simple make build +``` + +The artifact lives in `/bin/ocis` + +The generated simple ocis binary is a subset of the ocis command with a restricted set of services meant for ease up development. The services included are + + +``` +ocis-hello +phoenix +konnectd +devldap +micro's own services +``` + ### Backend {{< highlight txt >}}