Hi All,
I've been unable to install DSpace after many tries, in various ways. Here's where I'm stuck this time. Any suggestions would be much appreciated! --
In docker for windows, I run from powershell
docker-compose -p d7 -f docker/docker-compose.yml -f docker/docker-compose-rest.yml up -d
The 4 containers start, but postgres (dspacedb) seems to crash, or so it seems when I verify with
docker ps -a
STATUS: Exited (1) 6 minutes ago
whereas dspace, dspacesolr, dspace-angular have been Up 6 minutes
The error is 500 in my firefox browser.
I've tried (many times) working through the troubleshooting section called
"No _links section found at..." error from User Interface
In /dspace-angular/config/ I copied config.example.yml to config.prod.yml and changed the two sets of settings ui and rest. Also, I changed the settings in config.yml.
Thanks,
Nelson