This repository contains configuration files for setting up the Panoptes generic browser with a GL testing dataset.
docker compose up -dThis will also seed the MongoDB with configuration optiosn for the panoptes back-end.
First install necessary dependencies:
uv syncThen run the index script:
uv run index.pyCan take some time, as all full-text documets are also retrieved from the object store and indexed. This has some duplications at the moment, as there are multiple documents referencing the same file url.
Clone the front-end repository from https://github.com/knaw-huc/panoptes-react
Checkout the repository with the histogram facet:
git checkout feature/histogram-facetIn the repository run:
npm install
VITE_PANOPTES_URL="http://localhost:8000" npm run devVisit http://localhost:5173/search-sandbox. Could be that the port is different, check the npm output.