IQSS / dataverse.harvard.edu

Custom code for dataverse.harvard.edu and an issue tracker for the IQSS Dataverse team's operational work, for better tracking on https://github.com/orgs/IQSS/projects/34
5 stars 1 forks source link

Install Voyager, the Smithsonian 3D Viewer on demo.dataverse.org for user testing #299

Closed cmbz closed 3 months ago

cmbz commented 3 months ago

Overview

Sample Datasets

Installation Instructions

Installing the previewer follows the standard pattern:

To enable Dataverse to recognize the MIME type for *.glb files, you can either:

Note #10760 has been merged, so it should be on the beta server. The Dataverse update step wouldn't be needed there.

Related

stevenwinship commented 3 months ago

Voyager viewer is now available on beta.dataverse.org and demo.dataverse.org

The Open in New Window is failing:

image

qqmyers commented 3 months ago

Good catch! The example curl command at https://github.com/gdcc/dataverse-previewers/blob/develop/6.1curlcommands.md#smithsonian-voyager-3d-model-previewer-beta was incorrect - fixed now. You'll need to delete the external tool you added via that command and rerun the curl command to fix things. (Or could edit the db). Should be able to GET http://localhost:8080/api/admin/externalTools to see the installed tools and get the ID of the existing voyager entry and then DELETE http://localhost:8080/api/admin/externalTools/{id} . (From memory - if there are problems those calls should be in the giude.)

stevenwinship commented 3 months ago

I updated both beta and demo databases with the new external tool config. They both work now when clicking on "Open in New Window"

cmbz commented 3 months ago

2024/08/14