Re: [dspace-tech] DSpace Upgrade and Platform Migration

2016-07-14 Thread Stuart A. Yeates
An alternative would be to migrate using METS-based SIPs, as per https://wiki.duraspace.org/display/DSDOC18/AIP+Backup+and+Restore This is a data-centric approach and some dspace-specific settings and customisations may be lost. cheers stuart -- ...let us be heard from red core to black sky On

[dspace-tech] DSpace Upgrade and Platform Migration

2016-07-14 Thread Eric Schewe
We currently have DSpace 1.8.2 sitting on a CentOS 5 server. The application owner has requested an upgrade to the latest version. I see that DSpace 5.x has requirements that cannot be met by a CentOS 5 server so my plan is to build a new CentOS 7 server and to migrate DSpace to it.

Re: [dspace-tech] Error on collection top-level page when thumbnails turned on.

2016-07-14 Thread Hilton Gibson
Hi Rene, Please check the "PLEASE NOTE" here: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Media_Filters/5.X Cheers hg *Hilton Gibson* Stellenbosch University Library *http://orcid.org/-0002-2992-208X * On 14 July 2016 at 17:57, Rene Ramos

Re: [dspace-tech] Dspace 5.5 top-news size

2016-07-14 Thread Hilton Gibson
Hi Tom, If using the Mirage 1 theme with the XMLUI, try this: http://wiki.lib.sun.ac.za/index.php/SUNScholar/XMLUI_Theme/M1/Introduction_Text Cheers hg *Hilton Gibson* Stellenbosch University Library *http://orcid.org/-0002-2992-208X * On 14 July

Re: [dspace-tech] Trigger an event on publishing an item

2016-07-14 Thread Tim Donohue
Hi Chris, It is possible, but you'd need to build a "consumer" to listen for those events. This specific event (reindexing OAI after a new item is submitted / changed) is one that has been requested many times before. We have an open ticket for it that is looking for a volunteer developer:

Re: [dspace-tech] Re: need to update item permissions for many items

2016-07-14 Thread Terry Brady
The following might work: .../bin/dspace index-discovery -h > usage: org.dspace.discovery.IndexClient [-cbhf[r ]] or > nothing to update/clean an > existing index. > -b (re)build index, wiping out

[dspace-tech] Error on collection top-level page when thumbnails turned on.

2016-07-14 Thread Rene Ramos
Hello, I'm running DSpace 5.5 on Windows. The following dspace.cfg directive is set: org.dspace.app.mediafilter.ImageMagickThumbnailFilter.flatten = true However, I when navigating to Collection main page for a collection consisting of PDF files, where thumbnails and text have been extracted

Re: [dspace-tech] Re: Stackable authentication and IP authentication

2016-07-14 Thread Jeffrey A Trimble
Thanks. We got it working on our first try. I had some old notes from DSpace 1.3/1.4 that I found in my files. We did exactly what you describe below. We've gone one additional step. We've created a group just for IP and a group for LDAP. Since it's stackable, it first tests for on

[dspace-tech] Dspace 5.5 top-news size

2016-07-14 Thread Tom Avino
How do I modify the font and size of the "top-news" on the dspace 5.5 home page. It is enormous, and my users have to scroll down to see the collections? Thank you, Tom Avino -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To

[dspace-tech] need to update item permissions for many items

2016-07-14 Thread Jose Blanco
I have a list of handles, and for each of those handles I want to change the epersongroup that has permission to the item to be Anonymous, I loaded them having some other epersongroup. I could run a sql like this for each item: update resourcepolicy set epersongroup_id = 0 where resource_id =