From fd968220cc198271990c95349ea4a999ae44f86e Mon Sep 17 00:00:00 2001 From: Artur Neumann Date: Thu, 7 May 2020 16:08:39 +0545 Subject: [PATCH 1/3] fix typo --- docs/eos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eos.md b/docs/eos.md index 24d2397b78..117d27bdf2 100644 --- a/docs/eos.md +++ b/docs/eos.md @@ -41,7 +41,7 @@ $ make eos-start the eos related docker containers will be created, started and setup to authenticate a gainst the ocis-glauth service. -It will also copy the ocis binary tho the `eos-cli1` container and start `ocis reva-storage-home` with the necessary environment variables to use the eos storage driver. +It will also copy the ocis binary to the `eos-cli1` container and start `ocis reva-storage-home` with the necessary environment variables to use the eos storage driver. For details have a look at the `Makefile`. From ce946b33b92395390f310d3cfb4d5cd34fd8f837 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 7 May 2020 16:17:56 +0545 Subject: [PATCH 2/3] Another typo --- docs/eos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eos.md b/docs/eos.md index 117d27bdf2..f25eead467 100644 --- a/docs/eos.md +++ b/docs/eos.md @@ -39,7 +39,7 @@ We poured the nitty gritty details of setting up ocis into Makefile targets. Aft $ make eos-start ``` -the eos related docker containers will be created, started and setup to authenticate a gainst the ocis-glauth service. +the eos related docker containers will be created, started and setup to authenticate against the ocis-glauth service. It will also copy the ocis binary to the `eos-cli1` container and start `ocis reva-storage-home` with the necessary environment variables to use the eos storage driver. From 98ea8d3a3f9c18c5aae7fb8f589866c44b9582d5 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 7 May 2020 16:19:38 +0545 Subject: [PATCH 3/3] Another typo --- docs/eos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eos.md b/docs/eos.md index f25eead467..8736744088 100644 --- a/docs/eos.md +++ b/docs/eos.md @@ -15,7 +15,7 @@ This document is a work in progress of the current setup. ## Current status -Using ocis and eos it is possible today to manage folders. Sharing is [heavily](https://github.com/cs3org/reva/pull/523) [under](https://github.com/cs3org/reva/pull/585) [development](https://github.com/cs3org/reva/pull/482). FIle up and download needs proper configuration of the dataprovider to also use eos. +Using ocis and eos it is possible today to manage folders. Sharing is [heavily](https://github.com/cs3org/reva/pull/523) [under](https://github.com/cs3org/reva/pull/585) [development](https://github.com/cs3org/reva/pull/482). File up and download needs proper configuration of the dataprovider to also use eos. ## How to do it