dataverse-docker
dataverse-docker copied to clipboard
Dataverse 6.2 on Docker with integrated services called "Archive in a box" and could be used both as demo and production system and easily integrated with other services.
I just followed the instructions to install dataverse using docker. I can successfully connect to it via http://my.ip.address:8080/ and login as admin user The problem is that i can't find...
I am facing difficulties trying to deploy multiple translation languages on Dataverse. Initially, I configured the .env file, passing an array containing the desired languages, however, the file is not...
Hi, I have tried to start a new docker instance by docker-compose with the `.env` file modified from `.env.sample`, and I found the `hostname` does not work for me. The...
I would like to connect to Dataverse using JDBC. Which port should I open? And which are the credentials? Do you know any driver beside the CData driver?
Hello, I have a Dataverse deployment on a Linux machine running on Docker Containers. All was working fine till my server had to restart for maintenance. Post the restart, I'm...
When deploying Dataverse as described in the readme, and with basic email configuration (simple smtp server without authentication) sending emails will not work. While the fist time docker compose starts...
I was reading the documentation about Shibboleth support and it talks about using apache modules "mod_shib" to implement Shibboleth https://guides.dataverse.org/en/latest/installation/shibboleth.html I am using: https://github.com/IQSS/dataverse-docker but there is no apache in...
On M1/M2 Mac, Exception while deploying the app [dataverse] : Filesystem WatchService is unavailable
I just cloned the repo (I'm on 8319b3d) and ran `bash ./demostart.sh` but the war file failed to deploy with the following error: `[#|2023-04-12T22:07:36.424+0000ESC[1;93m|WARNING|ESC[0mPayara 5.2021.1|ESC[1;94mfish.payara.boot.runtime.BootCommand|ESC[0m_ThreadID=1;_ThreadName=main;_TimeMillis=1681337256424;_LevelValue=900;|` ` Boot Command deploy failed...
I have tried to upload file in this page, but the path image not found. Can you help me to fix it. Thank you
Using the .env_sample file, but with the following changes: `hostname=dataverse.mydomain.com:8080` `traefikhost=dataverse.mydomain.com:8080` and the docker-compose-ssl.yml from distros/ I get the message "404 page not found" on https://dataverse.mydomain.com/ Am I missing something?...