-
Notifications
You must be signed in to change notification settings - Fork 187
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
EOS dev env docs #361
Comments
note: even if not fully complete it's ok to add some TODOs in the docs. maybe other people can help there as well |
First step is #349 which lays the foundation using docker compose. The idea is to use the eos-ocis-dev container to build the binary. Building a binary that has all necessary LDAP libs in place to look up a user using the os is tricky as it requires cgo. Getting rid of that is tracked in https://github.com/owncloud/ocis-reva/issues/331 Left tasks I see:
|
Docs are in https://owncloud.github.io/ocis/eos/. Some topics from me:
|
fancy idea: add targets to the makefile that runs "docker-compose up" and other commands like rebuilding inside the container :-) |
|
@butonic @felixboehm see checkboxes above. Please raise tickets accordingly for the non-trivial tasks that need more time and future scheduling. for the others I guess it could be done right away |
with latest ocis master + ocis-reva master + reva master there is some strange behavior:
So maybe there's a user / user id mismatch somewhere ?? |
never mind, I just noticed that the docs have changed so I need to change my script as well to use the new layout... |
=> uploads will land in the ocis docker inside the "/tmp" folder. can be checked with |
|
|
|
I managed to solve my BTRFS issues by using docker volumes for all the EOS stuff, raised #477 |
I have good success with the following wait functions:
|
With ocis-1.0.0rc3 and the instrutions at https://owncloud.github.io/ocis/eos/
I just discovered that the rendered version and the github source are out of sync:
@butonic @micbar which of both is correct for use with docker-compose-eos-test.yml in v1.0.0-rc3 ? |
@dpakach do you know the current working EOS setup and can help get docs up-to-date? |
superseded by #815 |
Adjust https://owncloud.github.io/ocis/eos/ with steps for anyone to setup EOS locally for debugging.
Using https://github.com/owncloud-docker/compose-playground/tree/master/examples/eos-compose/ or other.
This is crucial for everyone to be able to start debugging and testing against EOS.
@felixboehm @butonic @individual-it @micbar
The text was updated successfully, but these errors were encountered: