You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But to utilize the new resolver server, app container should install the additional mmif-docloc-baapb plugin.
Also moving forward, I believe there will be more Brandeis-specific MMIF/CLAMS components added to the platform.
Hence, I'd like to make more container images pre-shipped with Brandeis specific components.
Until these new images are added to our ghcr, devs can use something like this in debugging process to use the (WIP) resolver server.
podman run \
--rm \
--name <some-container-name> \
-e BAAPB_RESOLVER_ADDRESS=<resolver_server_name>.brandeis.edu:<resolver_server_port>\ # IMPORTANT: let docloc resovler to know where to query
-p <someport>:5000 \
-v /mnt:/mnt \
ghcr.io/clamsproject/<appimage-id>:<appimage-ver>\ # OR if you build a new image fro WIP codebase, use that name
/bin/bash -c 'pip3 install mmif-docloc-baapb && python3 /app/app.py'# IMPORTANT: swap default cmd with `pip install + app.py` ### Additional context
_No response_
The text was updated successfully, but these errors were encountered:
New Feature Summary
Back in June, we added a Brandeis specific file location resolution system that consists of
document.location
resolver plugins mmif-python#222But to utilize the new resolver server, app container should install the additional
mmif-docloc-baapb
plugin.Also moving forward, I believe there will be more Brandeis-specific MMIF/CLAMS components added to the platform.
Hence, I'd like to make more container images pre-shipped with Brandeis specific components.
Issue will be done when
Related
No response
Alternatives
Until these new images are added to our ghcr, devs can use something like this in debugging process to use the (WIP) resolver server.
The text was updated successfully, but these errors were encountered: