From 23c0daa5736b0360ba581faae655fb93a36d19e9 Mon Sep 17 00:00:00 2001 From: Ralf Haferkamp Date: Tue, 22 Mar 2022 08:28:54 +0100 Subject: [PATCH] Update local test instructions to run new services --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4fcc6330ff..d1c10bd005 100644 --- a/README.md +++ b/README.md @@ -123,9 +123,12 @@ This will require some PHP-related tools to run, for instance on Ubuntu you will ../../../cmd/revad/revad -c frontend.toml & ../../../cmd/revad/revad -c gateway.toml & ../../../cmd/revad/revad -c shares.toml & + ../../../cmd/revad/revad -c storage-shares.toml & ../../../cmd/revad/revad -c storage-home.toml & ../../../cmd/revad/revad -c storage-users.toml & ../../../cmd/revad/revad -c storage-publiclink.toml & + ../../../cmd/revad/revad -c machine-auth.toml & + ../../../cmd/revad/revad -c permissions-ocis-ci.toml & ../../../cmd/revad/revad -c ldap-users.toml ```