Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
cmbz opened this issue Aug 13, 2024 · 4 comments
Closed
Labels
Size: 3 A percentage of a sprint.

Comments

@cmbz
Copy link
Collaborator

cmbz commented Aug 13, 2024

Overview

  • @qqmyers Performed work to implement the Smithsonian 3D previewer called Voyager as a Dataverse previewer
  • This is a beta test of Voyager as a Dataverse previewer.
  • Related issues below have been merged, including support for required 3D MIME type
  • Next steps:
    • Install the previewer on demo.dataverse.org
    • Make available for testing by users with 3D data, including @sbarbosadataverse and @Cook4986

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:

  • Cherry pick all of #10760
  • Edit the local MimeType* files (in the exploded war's WEB-INF/classes/propertyFiles dir to add the same 3 lines as in #10760 and restart the server

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

Related

@cmbz cmbz added the Size: 3 A percentage of a sprint. label Aug 13, 2024
@cmbz cmbz changed the title Install Voyager, the Smithsonian 3D Viewer on demo.dataverse.org for testing Install Voyager, the Smithsonian 3D Viewer on demo.dataverse.org for user testing Aug 13, 2024
@stevenwinship stevenwinship self-assigned this Aug 13, 2024
@stevenwinship
Copy link
Contributor

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

The Open in New Window is failing:

image

@qqmyers
Copy link
Member

qqmyers commented Aug 13, 2024

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
Copy link
Contributor

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

@stevenwinship stevenwinship removed their assignment Aug 13, 2024
@cmbz
Copy link
Collaborator Author

cmbz commented Aug 14, 2024

2024/08/14

  • Closing now, testing will continue and we'll open new issues if needed.

@cmbz cmbz closed this as completed Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Size: 3 A percentage of a sprint.
Projects
Status: Done 🧹
Development

No branches or pull requests

3 participants