introduce dedicated reva commands

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-01-16 22:34:25 +01:00
parent 309eeb96b8
commit fa1b262bc1
20 changed files with 479 additions and 874 deletions

View File

@@ -16,7 +16,15 @@ import (
var (
// SimpleRuntimeServices declares which services will be started for the fullstack server
SimpleRuntimeServices = []string{"hello", "phoenix", "reva"}
SimpleRuntimeServices = []string{
"hello",
"phoenix",
"reva-frontend",
"reva-gateway",
"reva-users",
"reva-auth-basic",
"reva-auth-bearer",
}
)
// Simple is the entrypoint for the server command. It is the `ocis server` subcommand overloaded with a different set of services