Skip to content

Commit

Permalink
Changes after review
Browse files Browse the repository at this point in the history
  • Loading branch information
LovisaLugnegard committed Jul 8, 2020
1 parent 8d024db commit 95f8407
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 59 deletions.
16 changes: 2 additions & 14 deletions docs/content/en/docs/tutorials/accept-invite-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 2 additions & 15 deletions docs/content/en/docs/tutorials/phoenix-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
17 changes: 2 additions & 15 deletions docs/content/en/docs/tutorials/share-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
17 changes: 2 additions & 15 deletions docs/content/en/docs/tutorials/wopi-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95f8407

Please sign in to comment.