diff --git a/docs/content/en/docs/tutorials/accept-invite-tutorial.md b/docs/content/en/docs/tutorials/accept-invite-tutorial.md index e9992277cd0..2bf3534e796 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 1bf9d652582..8a5b8aa36e7 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 2ffce31199c..7c6f712b0aa 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 1369b1ade26..b4c0bb3f89a 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