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

add file previewers to dev env, more docs #11181

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Conversation

pdurbin
Copy link
Member

@pdurbin pdurbin commented Jan 23, 2025

What this PR does / why we need it:

Developers like previewers too! Plus, we're adding some docs.

Which issue(s) this PR closes:

Special notes for your reviewer:

The previewers run on port 9080 in the development environment. In the demo/eval environment, they run on 9000 because MinIO isn't running (also on port 9000).

Suggestions on how to test this:

Try both the dev env and the "demo or eval" env.

Both should have all the previewers available.

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Sort of? You can see previewers, like this:

Screenshot 2025-01-23 at 11 19 47 AM

Is there a release notes update needed for this change?:

Yes, included.

Additional documentation:

https://dataverse-guide--11181.org.readthedocs.build/en/11181/container/running/demo.html#file-previewers

@pdurbin pdurbin added Component: Containers Anything related to cloudy Dataverse, shipped in containers. Size: 3 A percentage of a sprint. 2.1 hours. FY25 Sprint 15 FY25 Sprint 15 (2025-01-15 - 2025-01-29) labels Jan 23, 2025
@@ -97,7 +97,8 @@ services:
- DATAVERSE_URL=http://dataverse:8080
- TIMEOUT=10m
- PREVIEWERS_PROVIDER_URL=http://${MACHINE_IP:-localhost}:9000
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we consider removing this MACHINE_IP stuff from this compose file? We already removed it from the dev version.

@cmbz cmbz added the FY25 Sprint 16 FY25 Sprint 16 (2025-01-29 - 2025-02-12) label Jan 30, 2025
@pdurbin pdurbin self-assigned this Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Containers Anything related to cloudy Dataverse, shipped in containers. FY25 Sprint 15 FY25 Sprint 15 (2025-01-15 - 2025-01-29) FY25 Sprint 16 FY25 Sprint 16 (2025-01-29 - 2025-02-12) Size: 3 A percentage of a sprint. 2.1 hours.
Projects
Status: In Progress 💻
Development

Successfully merging this pull request may close these issues.

enable previewers in containers
2 participants