Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Testing DSpace 7 Pull Requests - How to use existing Docker scripts to spin up PRs more easily locally, in order to test them or review them.
  • Spin up code in virtual environment (quickly) for easier reviews/testing
    • GitHub CodeSpaces: https://docs.github.com/en/codespaces/overview
      • Tim Donohue has played with this, and it's possible to spin up DSpace 7 in CodeSpaces.  However, you need to use a 4 Core / 8GB RAM machine type (otherwise, the UI will often fail to build with an "error 137" (- meaning it ran out of memory during the build process).  Connecting the UI to a running Backend is also not super-easy right now, as codespaces assigns a random URL.  We'd need to likely provide a Codespaces configuration for DSpace to make this easier.
    • GitPod: https://www.gitpod.io/for/opensource 

...