Great! I wish I knew about this tool sooner.
A few days back I wanted to quickly restore a dspace backup on a substitute server. Docker install came to mind, so I tried that... and it proved kind of disastrous. I spent a few hours and had partial success, managed to restore postgres 16 database in docker (but not in postgres docker from dspace, as it is v15 for some reason). I also managed to run UI in docker, but I had to build /dist on the host. But API... it was always restarting... due to some error(s), obviously. The docker log shows absolutely nothing useful (same as pm2 log in host install), and I could not explore anything inside the docker because it was just restarting. It was late so I just gave up. Overall, it was kind of useful experience, at least I learned docker a bit, but I could easily have dspace installed and restored to the host server in those 2-3 hours... Next time I would try your tool in SSH or VM. WBR, Andrew понеділок, 29 вересня 2025 р. о 20:57:37 UTC+3 Michał Pasternak пише: > Hello, > > I prepared a somehow user-friendly DSpace 9.x installer using Ansible. > > https://github.com/mpasternak/dspace-9-installer-ansible > > If you're on macOS, just: > $ gh repo clone mpasternak/dspace-9-installer-ansible > $ make > > This should display nice help; make configure-developer-machine should > install all needed preqisities to start building dspace (Tart for VMs, > Ubuntu for VM image, etc); then make install-dspace-all should get a clean > DSpace install in the VM. Should, as I am still struggling with some funky > tracebacks from dspace create-administrator. > > I tried making this VM-agnostic, so you can use Tart, SSH, Vagrant, etc. I > tested only on Tart as so far. > > This is not anything overly complicated. This is a straightforward process > from the documentation and it shows how complicated a clean install is. On > the other hand, this is my try to make it repeatable. YMMV. > > If anybody's going to use this, let me know. > > Regards, > Michał Pasternak > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/dspace-community/1585620a-821b-45e3-bf50-f367bef76ad4n%40googlegroups.com.
