Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config: simplify oc-phoenix configuration #555

Merged
merged 5 commits into from
Mar 13, 2020
Merged

Conversation

labkode
Copy link
Member

@labkode labkode commented Mar 13, 2020

To have Reva and Phoenix running quickly once merged:

#!/bin/bash

git clone https://github.com/cs3org/reva
git clone https://github.com/owncloud/phoenix

cd reva
make deps
make

cd ../phoenix
cp ../reva/examples/oc-phoenix/phoenix.oidc.config.json config.json
yarn dist

# run phoenix and revad
yarn watch &
cd ../reva/examples/oc-phoenix/ && ../../cmd/revad/revad -dev-dir .

# open you browser and go to http://localhost:8300, login with einstein:relativity

Copy link
Contributor

@LovisaLugnegard LovisaLugnegard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great 👍 Thank you!

@labkode labkode merged commit d7f6ba7 into cs3org:master Mar 13, 2020
Copy link
Member

@refs refs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants