Re: [Dspace-tech] Discovery Search Index Message problem

2015-06-24 Thread Hilton Gibson
Hi Satya, Ok. Looks good. How did you do the index rebuild? See: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Indexes/Rebuild Was it after a DSpace rebuild or before? Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library

Re: [Dspace-tech] Vagrant or Docker

2015-06-24 Thread helix84
Hi Monika, this will eventually boil down to a generic discussion of VMs vs. containers which you can look up anywhere. Let me just point out one important consideration - security. With Vagrant, you get an official way of creating a VM using scripts made by DSpace commiters, whom you already

Re: [Dspace-tech] Vagrant or Docker

2015-06-24 Thread Hilton Gibson
Hi All, All this talk of automated service provisioning, reminded me to ask the list if anyone has considered a juju charm? See: https://jujucharms.com It would be great if you could: # juju dspace And then all the linux stuff is done automatically, all that would remain is customisation via the

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-24 Thread Hilton Gibson
Hi, Perhaps this will also help: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Altmetrics Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator Stellenbosch University Library http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html On 24 June 2015 at 10:14, karolosoc...@interia.pl

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-24 Thread karolosoc...@interia.pl
Hi Helix, thanks for Your reply. My DSpace production is 3.2 but in nearest future i want upgrade to 4.2. I Want using handle :). In my test server i installed DSpace 5.2 and You have right, there is module altmetrics.cfg I try configure this, but i see DONUT with ?

[Dspace-tech] Discovery Search Index Message problem

2015-06-24 Thread Satya
Hi, Recently I modified discovery.xml to include Document Type as per the manual and some posting over Internet. After the modification and entrey in messages.xml , I reindexed. I am seeing a strange thing happening I see the new facet Document Type in the sidebar of the main page (

Re: [Dspace-tech] Discovery Search Index Message problem

2015-06-24 Thread Hilton Gibson
Hi Satya, 1. Can you send us the output of: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Search_Indexes#Check_Config 2. Here is a procedure that worked for me: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Discovery/5.X ​ Cheers hg *Hilton Gibson* Ubuntu Linux Systems Administrator

Re: [Dspace-tech] Discovery Search Index Message problem

2015-06-24 Thread Satya
Dear Hilton, Following is the output of: http://wiki.lib.sun.ac.za/index.php/SUNScholar/Search_Indexes#Check_Config 67 default Facets: type dc.type subject dc.subject.* dateIssued dc.date.issued Search filters

[Dspace-tech] about hosting and external interface

2015-06-24 Thread Code 2 dogears
I am new to dspace. How to host dspace repository. Secondly can I make external interface to fetch data from postgres database? If yes then what I have to do during dspace upgrade.Please reply soon. Thanks in advance. --

[Dspace-tech] Accessing Help in XMLUI

2015-06-24 Thread Admire Mutsikiwa
Hi All. I would like to know how one can access the online help in dspace when using the XMLUI. On the JSPUI, I would access the help using http://ir.uz.ac.zw/jspui/help/ . I cannot access the help on XMLUI using http://ir.uz.ac.zw/help/ ( I have configured the XMLUI as the tomcat ROOT)

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-24 Thread helix84
Sorry, I was wrong. It seems they started supporting handles, too. http://api.altmetric.com/embeds.html It's possible they'll have to harvest your repository first to recognize handles, consult this with Altmetric. Regards, ~~helix84 Compulsory reading: DSpace Mailing List Etiquette

Re: [Dspace-tech] about hosting and external interface

2015-06-24 Thread helix84
On Wed, Jun 24, 2015 at 12:02 PM, Code 2 dogears code2.dogears...@gmail.com wrote: I am new to dspace. How to host dspace repository. Secondly can I make external interface to fetch data from postgres database? If yes then what I have to do during dspace upgrade.Please reply soon. Thanks in

Re: [Dspace-tech] about hosting and external interface

2015-06-24 Thread helix84
On Wed, Jun 24, 2015 at 12:50 PM, Code 2 dogears code2.dogears...@gmail.com wrote: What I asked is this: 1.How to host dspace repository? The official documentation describes both installation and the required environment. https://wiki.duraspace.org/display/DSDOC5x/Installing+DSpace 2.

Re: [Dspace-tech] Discovery Search Index Message problem

2015-06-24 Thread Satya
Hi Hilton, I rebuilt the index following usual step [dspace]/bin/dspace index-discovery -b Did you check the both the URLs in IE Chrome/Firefox http://drs.nio.org/drs/http://drs.nio.org/drs/discover Surprising that in IE, both are working fine but in Chrome/Firefox the message

Re: [Dspace-tech] Altmetrics and DSpace how to add?

2015-06-24 Thread helix84
On Wed, Jun 24, 2015 at 10:14 AM, karolosoc...@interia.pl karolosoc...@interia.pl wrote: My DSpace production is 3.2 but in nearest future i want upgrade to 4.2. I Want using handle :). Like I said, Altmetric supports only DOI. PlumX does support handle if you ask them to harvest your

Re: [Dspace-tech] about hosting and external interface

2015-06-24 Thread Code 2 dogears
What I asked is this: 1.How to host dspace repository? 2. How to search dspace from external website? On Wed, Jun 24, 2015 at 4:02 PM, helix84 heli...@centrum.sk wrote: On Wed, Jun 24, 2015 at 12:02 PM, Code 2 dogears code2.dogears...@gmail.com wrote: I am new to dspace. How to host dspace

[Dspace-tech] Altmetrics always using handle

2015-06-24 Thread euler
Dear All, I noticed that although I specifically set altmetrics.field = dc.identifier.doi in altmetrics.cfg, it is still using data-handle instead of data-doi in item-view.xsl. I can see that the logic in item-view is that if no doi exist, it will use the handle instead. Looking at the