-
Notifications
You must be signed in to change notification settings - Fork 196
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
add eos to makefile #172
add eos to makefile #172
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
0a126cd
to
56d8479
Compare
we can merge this but it requires using a newer version of ocis-reva to actually work: owncloud/ocis-reva#127 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
I had to add explicit eos commands to preconfigure eos correctly, so now we depen on owncloud/ocis-reva#127 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops, wrong button, conflict strings must go :D
e84d675
to
ae29af2
Compare
@butonic please rebase, fixes the tests |
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
@butonic Fine for now. |
For the sake of completeness, these are the things you need to do to get it running on macOS, @mbarz
Although eos will be running successfully then, it still fails to create any user home when running from macOS. This results in an access denied error on the user login page. I'm happy to help out debugging this, but since it's deep into eos, I lack the knowledge to do this efficiently. |
make eos-start
and report backSeems like we need more instructions
in Makefile line 195 set
host.docker.internal
as LDAP_HOSTand then build ocis for linux like this:
env GOOS=linux GOARCH=amd64 go build -o bin/ocis-linux ./cmd/ocis
and copy it into the docker containerdocker cp ./bin/ocis-linux eos-cli1:/usr/local/bin/ocis