@4tikhonov @pdurbin
as mentioned in : IQSS/dataverse#4665
on fresh ubuntu 16.04 installation , The current script on
dataverse-docker/dataversedock/step1.sh
line 16 :
unzip glassfish-4.1.zip
requires to install unzip by :
sudo apt-get install unzip
else the initial.bash will fail silently (doesn't add glassfish dependency and docker compose will fail on step 7 )
Also i noticed the use of wget fails as well on macOS fails since it's not installed on macOS default installation
@4tikhonov @pdurbin
as mentioned in : IQSS/dataverse#4665
on fresh ubuntu 16.04 installation , The current script on
line 16 :
requires to install unzip by :
else the initial.bash will fail silently (doesn't add glassfish dependency and docker compose will fail on step 7 )
Also i noticed the use of wget fails as well on macOS fails since it's not installed on macOS default installation