wait for Dataverse to be ready (sleep a bit) before executing ./setup-all.sh
What this PR does / why we need it:
Reduce the chance of blank page (404 error) after a fresh install by install.py
Which issue(s) this PR closes: This is not a solid fix but a quick workaround to reduce the chance of such error, related issues are:
- https://github.com/IQSS/dataverse/issues/3148
- https://github.com/IQSS/dataverse/issues/10765
- https://groups.google.com/g/dataverse-community/c/Esuj7HxZiF4
Special notes for your reviewer: Replace the time.sleep if you know a better way to check the status of dataverse.
Suggestions on how to test this: Run fresh installation process.
Does this PR introduce a user interface change? If mockups are available, please link/include them here: No
@link89 hi! I'm just checking in. We talked about this pull request today and I'm wondering how much interest you have in changing it to poll Dataverse being up.