Skip to content

Commit

Permalink
Add prereq in tutorials (cs3org#686)
Browse files Browse the repository at this point in the history
* Add prereq in tutorials

* Update with version information
  • Loading branch information
LovisaLugnegard authored and David Christofas committed May 4, 2020
1 parent e9f4a0b commit 76d03f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/content/en/docs/Tutorials/accept-invite-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ description: >

This is a guide on how you can run the accept invite app together with Pheonix and Reva locally in a dev environment. If you already have Reva and Phoenix you don't need to clone them, but you will need to congigure Phoenix (step 4) and have Reva and Phoenix running.

## Prerequisites
If you encounter strange problems, please check which version of the prerequisites you are running, it might be that you need to update/downgrade. For reference ask someone who already has reva and Phoenix running, they will have updated information on the versions.
* golang >= 1.12
* make/automake
* git >= 2
* node (check engines information in phoenix/package.json)
* yarn >= 1.0

## 1. Clone the Phoenix and Reva repos
Clone the phoenix repo from https://github.com/owncloud/phoenix

Expand Down
8 changes: 8 additions & 0 deletions docs/content/en/docs/Tutorials/phoenix-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ description: >
This is a guide on how you can run both Pheonix and Reva locally in a dev environment.
Phoenix is the new ownCloud frontend application and can be connected to Reva.

## Prerequisites
If you encounter strange problems, please check which version of the prerequisites you are running, it might be that you need to update/downgrade. For reference ask someone who already has reva and Phoenix running, they will have updated information on the versions.
* golang >= 1.12
* make/automake
* git >= 2
* node (check engines information in phoenix/package.json)
* yarn >= 1.0

## 1. Clone the Phoenix and Reva repos
Clone the phoenix repo from https://github.com/owncloud/phoenix

Expand Down

0 comments on commit 76d03f8

Please sign in to comment.