reva icon indicating copy to clipboard operation
reva copied to clipboard

Add CERNBox to docker-based tests

Open michielbdejong opened this issue 2 years ago • 3 comments

We should add a CERNBox configuration to https://github.com/cs3org/reva/tree/updated-sciencemesh-testing/examples/sciencemesh so we can test not only OC to OC, OC to NC, NC to NC and NC to OC, but also OC to CERNBox, CERNBox to OC, NC to CERNBox and CERNBox to NC.

@glpatcern do you think you can provide a config file that makes this possible?

michielbdejong avatar Aug 23 '23 14:08 michielbdejong

Yes we can provide it!

gmgigi96 avatar Aug 23 '23 14:08 gmgigi96

A bit more complex than initially thought: the idea is to be able to serve the (OCIS) UI from nginx, but that requires:

  • completing https://github.com/cs3org/reva/pull/4246
  • implementing a "reva plugin" for the UI

glpatcern avatar Oct 16 '23 16:10 glpatcern

  • implementing a "reva plugin" for the UI

This one I'm working on it, WIP

labkode avatar Oct 16 '23 16:10 labkode

This was eventually done with nginx, which mimics exactly what we run in production, as the "reva plugin" for the UI was not continued. Also the docker scripts were moved to https://github.com/sciencemesh/dev-stock.

glpatcern avatar Apr 17 '24 12:04 glpatcern