Versions Compared

Key

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

...

NOTE: You can also see issues related to this effort using the Valkyrization label on the GitHub Issues page for Hyrax

Testing Github Issues

Demo/testing site running the current version of Hyrax with a Valkyrie (Postgres) back end: https://nurax-pg.curationexperts.com/

Nurax-pg feature testing spreadsheet - Identifies feature tests and where things are breaking or stop working currently with Valkyrized Hyrax

Getting Valkyrized Hyrax up and running locally using Docker

[August 31, 2022: The following isn't merged into the main branch yet on Github but should be by community sprint start time to allow local building and running of a Valkyrized Hyrax-based application using Postgres via Docker.]

Contained within the hyrax directory is a .koppie directory that contains a test and development application called Koppie. This is similar to Dassie, but with no Fedora server loaded.

Starting Koppie from the hyrax directory using docker-compose:

  1. Make sure Dassie is not running: docker-compose down

  2. Build docker images for Koppie: docker-compose -f docker-compose-koppie.yml build

  3. Start Koppie: docker-compose -f docker-compose-koppie.yml up

  4. Load localhost:3000 in a browser.

Reference Documentation

References for Hyrax Development:

...