From d09a101d2c734882f8be81c769b32fd74a91bde2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Tue, 7 Jul 2020 20:30:41 +0200 Subject: [PATCH] use correct env var for the home-data service use correct REVA_STORAGE_HOME_DATA_DRIVER env var for the reva-storage-home-data service --- docs/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index f575d9cc6..12588efdf 100644 --- a/docs/development.md +++ b/docs/development.md @@ -60,7 +60,7 @@ docker-compose exec ocis ./bin/ocis kill reva-storage-home-data ``` docker-compose exec -e REVA_STORAGE_EOS_LAYOUT="{{substr 0 1 .Username}}/{{.Username}}" -e REVA_STORAGE_HOME_DRIVER=eoshome -d ocis ./bin/ocis run reva-storage-home -docker-compose exec -e REVA_STORAGE_EOS_LAYOUT="{{substr 0 1 .Username}}/{{.Username}}" -e REVA_STORAGE_HOME_DRIVER=eoshome -d ocis ./bin/ocis run reva-storage-home-data +docker-compose exec -e REVA_STORAGE_EOS_LAYOUT="{{substr 0 1 .Username}}/{{.Username}}" -e REVA_STORAGE_HOME_DATA_DRIVER=eoshome -d ocis ./bin/ocis run reva-storage-home-data ``` - restart the reva frontend with a new namespace (pointing to the eos storage provider) for the dav files endpoint