From 31df034626d11da3fec00d231017aaf820422d3b Mon Sep 17 00:00:00 2001 From: Lovisa Lugnegard Date: Wed, 8 Jul 2020 16:37:27 +0200 Subject: [PATCH] Changes after review --- .../en/docs/tutorials/accept-invite-tutorial.md | 16 ++-------------- .../en/docs/tutorials/phoenix-tutorial.md | 17 ++--------------- .../content/en/docs/tutorials/share-tutorial.md | 17 ++--------------- docs/content/en/docs/tutorials/wopi-tutorial.md | 17 ++--------------- 4 files changed, 8 insertions(+), 59 deletions(-) diff --git a/docs/content/en/docs/tutorials/accept-invite-tutorial.md b/docs/content/en/docs/tutorials/accept-invite-tutorial.md index e9992277cd..2bf3534e79 100644 --- a/docs/content/en/docs/tutorials/accept-invite-tutorial.md +++ b/docs/content/en/docs/tutorials/accept-invite-tutorial.md @@ -36,21 +36,9 @@ git clone git@github.com:sciencemesh/accept-invite.git ``` ## 2. Build Reva -Go to your Reva folder +Follow the instructions in https://reva.link/docs/getting-started/install-reva/ for how to build reva. If you will do local +changes in reva, follow the "Build from sources" instructions. -``` -cd reva -``` - -Now you need to build Reva by running the following commands (you need to be in the *reva* folder) - -``` -make deps -``` - -``` -make -``` ## 3. Set up Phoenix Go to your Phoenix folder diff --git a/docs/content/en/docs/tutorials/phoenix-tutorial.md b/docs/content/en/docs/tutorials/phoenix-tutorial.md index 1bf9d65258..8a5b8aa36e 100644 --- a/docs/content/en/docs/tutorials/phoenix-tutorial.md +++ b/docs/content/en/docs/tutorials/phoenix-tutorial.md @@ -31,21 +31,8 @@ git clone https://github.com/cs3org/reva ``` ## 2. Build Reva -Go to your Reva folder - -``` -cd reva -``` - -Now you need to build Reva by running the following commands (you need to be in the *reva* folder) - -``` -make deps -``` - -``` -make -``` +Follow the instructions in https://reva.link/docs/getting-started/install-reva/ for how to build reva. If you will do local +changes in reva, follow the "Build from sources" instructions. ## 3. Set up Phoenix Go to your Phoenix folder diff --git a/docs/content/en/docs/tutorials/share-tutorial.md b/docs/content/en/docs/tutorials/share-tutorial.md index 2ffce31199..7c6f712b0a 100644 --- a/docs/content/en/docs/tutorials/share-tutorial.md +++ b/docs/content/en/docs/tutorials/share-tutorial.md @@ -22,21 +22,8 @@ git clone https://github.com/cs3org/reva ``` ## 2. Build Reva -Go to the reva folder - -``` -cd reva -``` - -We'll now build reva by running the following commands (you need to be in the *reva* folder) - -``` -make deps -``` - -``` -make -``` +Follow the instructions in https://reva.link/docs/getting-started/install-reva/ for how to build reva. If you will do local +changes in reva, follow the "Build from sources" instructions. ## 4. Run Reva Now we need to start two Reva daemons corresponding to two different mesh providers, thus enabling sharing of files between users belonging to these two providers. For our example, we consider the example of CERNBox deployed at localhost:19001 and the CESNET owncloud at localhost:17001. Follow these steps: diff --git a/docs/content/en/docs/tutorials/wopi-tutorial.md b/docs/content/en/docs/tutorials/wopi-tutorial.md index 1369b1ade2..b4c0bb3f89 100644 --- a/docs/content/en/docs/tutorials/wopi-tutorial.md +++ b/docs/content/en/docs/tutorials/wopi-tutorial.md @@ -33,21 +33,8 @@ git clone https://github.com/cs3org/reva Add `disable_tus = true` under `[http.services.dataprovider]` and under `[grpc.services.storageprovider]` in the file `ocmd-server-1.toml`. ## 3. Build Reva -Go to your Reva folder - -``` -cd reva -``` - -Now you need to build Reva by running the following commands (you need to be in the *reva* folder) - -``` -make deps -``` - -``` -make build -``` +Follow the instructions in https://reva.link/docs/getting-started/install-reva/ for how to build reva. If you will do local +changes in reva, follow the "Build from sources" instructions. ## 4. Run Reva Now you need to run Revad (the Reva daemon). Follow these steps