-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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.) |
I updated both beta and demo databases with the new external tool config. They both work now when clicking on "Open in New Window" |
2024/08/14
|
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
The text was updated successfully, but these errors were encountered: