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
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 24 June 2015 at 10:50, Satya srsah...@gmail.com wrote:

 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
 dc.title
 dc.contributor.author
 dc.creator
 dc.type
 dc.subject.*
 dc.date.issued
 Recent submissions configuration:
 Metadata sort field: dc.date.accessioned
 Max recent submissions: 10
 site
 Facets:
 type
 dc.type
 subject
 dc.subject.*
 dateIssued
 dc.date.issued
 Search filters
 dc.title
 dc.contributor.author
 dc.creator
 dc.type
 dc.subject.*
 dc.date.issued
 Recent submissions configuration:
 Metadata sort field: dc.date.accessioned
 Max recent submissions: 5


 I am using DSpace 4.3

 Regards
 Satya


 On Wed, Jun 24, 2015 at 2:12 PM, Hilton Gibson hilton.gib...@gmail.com
 wrote:

 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
 Stellenbosch University Library
 http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


 On 24 June 2015 at 09:09, Satya srsah...@gmail.com wrote:

 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 (
 http://drs.nio.org) in all browsers (Chrome, Firefox  Internet
 Explore).

 But when I am going to Advance Search (http://drs.nio.org/drs/discover)
 then message properties is not getting reflected in chrome  Firefox except
 Internet Explorer.

 I have rebooted the system couple of time as well as cleared the cache,
 etc in both the browsers.

 Kindly let me know if I am missing something.


 --
 Regards

 Satya Ranjan Sahu
 National Institute of Oceanography
 Goa - 403004


 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





 --
 Regards

 Satya Ranjan Sahu
 National Institute of Oceanography
 Goa - 403004

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 trust if you use DSpace.

With Docker, one of the advantages is being able to use the Docker Hub
Registry of images, which is just code from random people on the internet.
The question is do you want to use these, even in a development
environment? Of course, you have the option of creating the whole container
from scratch including the OS - you'll lose some of the benefits of Docker
this way, but you'll have more certainty that you're not running any
malicious code. Second security consideration is that of container
isolation in Linux, which is not particularly strong, but this matters only
if you run multiple containers per machine.


I also talked about this briefly with Hardy and he pointed out one benefit
of Vagrant - vagrant-share.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 new planned admin gui.

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 09:43, helix84 heli...@centrum.sk wrote:

 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 trust if you use DSpace.

 With Docker, one of the advantages is being able to use the Docker Hub
 Registry of images, which is just code from random people on the internet.
 The question is do you want to use these, even in a development
 environment? Of course, you have the option of creating the whole container
 from scratch including the OS - you'll lose some of the benefits of Docker
 this way, but you'll have more certainty that you're not running any
 malicious code. Second security consideration is that of container
 isolation in Linux, which is not particularly strong, but this matters only
 if you run multiple containers per machine.


 I also talked about this briefly with Hardy and he pointed out one benefit
 of Vagrant - vagrant-share.


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette



 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 karolosoc...@interia.pl
wrote:

 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 ?
 http://150.254.65.243:8080/xmlui/handle/10493/3  .

 1) What can be wrong? I must register my repository in altmetrics?
 2) Altmetrics team, give me API KEY but i dont known what i can do with
 this, where i must write this KEY?


 #---#
 #---IMPACT METRICS DISPLAY CONFIGURATIONS---#
 #---#
 # Configuration properties used by impact metrics badges#
 #---#

 # Metadata field which contains the interesting identifiers
 *altmetrics.field = dc.identifier.uri*

 #---#
 # Configure altmetric.com badges.   #
 # See http://api.altmetric.com/embeds.html  #
 #---#

 # Is the Altmetric.com badge enabled?
 *altmetric.enabled = true*

 # Possible values: donut medium-donut large-donut 1 4
 *altmetric.badgeType = donut*

 # Possible values: left right top bottom
 *altmetric.popover = bottom*

 # Possible values: right
 *altmetric.details = right*

 # Possible values: true
 *#altmetric.noScore =*

 # Possible values: true
 *#altmetric.hideNoMentions =*

 # e.g. _blank
 *#altmetric.linkTarget = *

 Regards,

 Karol



 --
 View this message in context:
 http://dspace.2283337.n4.nabble.com/Altmetrics-and-DSpace-how-to-add-tp4678559p4678577.html
 Sent from the DSpace - Tech mailing list archive at Nabble.com.


 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 ?
http://150.254.65.243:8080/xmlui/handle/10493/3  .

1) What can be wrong? I must register my repository in altmetrics?
2) Altmetrics team, give me API KEY but i dont known what i can do with
this, where i must write this KEY?

  
#---#
#---IMPACT METRICS DISPLAY CONFIGURATIONS---#
#---#
# Configuration properties used by impact metrics badges#
#---#

# Metadata field which contains the interesting identifiers
*altmetrics.field = dc.identifier.uri*

#---#
# Configure altmetric.com badges.   #
# See http://api.altmetric.com/embeds.html  #
#---#

# Is the Altmetric.com badge enabled?
*altmetric.enabled = true*

# Possible values: donut medium-donut large-donut 1 4
*altmetric.badgeType = donut*

# Possible values: left right top bottom
*altmetric.popover = bottom*

# Possible values: right
*altmetric.details = right*

# Possible values: true
*#altmetric.noScore =* 

# Possible values: true
*#altmetric.hideNoMentions =*

# e.g. _blank
*#altmetric.linkTarget = *

Regards,

Karol



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Altmetrics-and-DSpace-how-to-add-tp4678559p4678577.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


[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 (
http://drs.nio.org) in all browsers (Chrome, Firefox  Internet Explore).

But when I am going to Advance Search (http://drs.nio.org/drs/discover)
then message properties is not getting reflected in chrome  Firefox except
Internet Explorer.

I have rebooted the system couple of time as well as cleared the cache, etc
in both the browsers.

Kindly let me know if I am missing something.


-- 
Regards

Satya Ranjan Sahu
National Institute of Oceanography
Goa - 403004
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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
Stellenbosch University Library
http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


On 24 June 2015 at 09:09, Satya srsah...@gmail.com wrote:

 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 (
 http://drs.nio.org) in all browsers (Chrome, Firefox  Internet Explore).

 But when I am going to Advance Search (http://drs.nio.org/drs/discover)
 then message properties is not getting reflected in chrome  Firefox except
 Internet Explorer.

 I have rebooted the system couple of time as well as cleared the cache,
 etc in both the browsers.

 Kindly let me know if I am missing something.


 --
 Regards

 Satya Ranjan Sahu
 National Institute of Oceanography
 Goa - 403004


 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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
dc.title
dc.contributor.author
dc.creator
dc.type
dc.subject.*
dc.date.issued
Recent submissions configuration:
Metadata sort field: dc.date.accessioned
Max recent submissions: 10
site
Facets:
type
dc.type
subject
dc.subject.*
dateIssued
dc.date.issued
Search filters
dc.title
dc.contributor.author
dc.creator
dc.type
dc.subject.*
dc.date.issued
Recent submissions configuration:
Metadata sort field: dc.date.accessioned
Max recent submissions: 5


I am using DSpace 4.3

Regards
Satya


On Wed, Jun 24, 2015 at 2:12 PM, Hilton Gibson hilton.gib...@gmail.com
wrote:

 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
 Stellenbosch University Library
 http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


 On 24 June 2015 at 09:09, Satya srsah...@gmail.com wrote:

 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 (
 http://drs.nio.org) in all browsers (Chrome, Firefox  Internet Explore).

 But when I am going to Advance Search (http://drs.nio.org/drs/discover)
 then message properties is not getting reflected in chrome  Firefox except
 Internet Explorer.

 I have rebooted the system couple of time as well as cleared the cache,
 etc in both the browsers.

 Kindly let me know if I am missing something.


 --
 Regards

 Satya Ranjan Sahu
 National Institute of Oceanography
 Goa - 403004


 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





-- 
Regards

Satya Ranjan Sahu
National Institute of Oceanography
Goa - 403004
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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.
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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)

 

Kind Regards,

 

Admire Mutsikiwa (Mr)

ICT Manager

Libraries

University of Zimbabwe

Tel:+263-4-303276

Mob:+263782476883

 

It is easy to dodge our responsibilities, but we cannot dodge the
consequences of dodging our responsibilities.  Josiah Charles Stamp
http://www.goodreads.com/author/show/4867406.Josiah_Charles_Stamp 

 


--
UZ at 60: Celebrating our Past, Inspiring the Future. 

60th Anniversary Charity Race Day
At Borrowdale Race Course on Sunday 28.06.2015 - 08:00am till late
$2 Adults, $1 Kids
Fundraising for student scholarships
Sulu Chimbetu, Guest artists, Theatre arts, Air displays  Many more--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/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 advance.


DSpace already uses Postgres as the primary persistence layer. Of course,
it has its own schema [1]. What do you mean by fetching data? Do you mean
importing data that already exists in a Postgres database of some sort? If
so, take a look at [2].


[1]
https://wiki.duraspace.org/display/DSDOC5x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure
[2]
https://wiki.duraspace.org/display/DSDOC5x/Ingesting+Content+and+Metadata


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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. How to search dspace from external website?


If you want to display the results in the DSpace interface, just use URL
parameters. If you want to display them in your interface, it's easiest to
use Solr:

https://wiki.duraspace.org/display/DSPACE/Solr


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 properties Key value is not reflecting.

Regards
Satya


On Wed, Jun 24, 2015 at 2:27 PM, Hilton Gibson hilton.gib...@gmail.com
wrote:

 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
 http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


 On 24 June 2015 at 10:50, Satya srsah...@gmail.com wrote:

 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
 dc.title
 dc.contributor.author
 dc.creator
 dc.type
 dc.subject.*
 dc.date.issued
 Recent submissions configuration:
 Metadata sort field: dc.date.accessioned
 Max recent submissions: 10
 site
 Facets:
 type
 dc.type
 subject
 dc.subject.*
 dateIssued
 dc.date.issued
 Search filters
 dc.title
 dc.contributor.author
 dc.creator
 dc.type
 dc.subject.*
 dc.date.issued
 Recent submissions configuration:
 Metadata sort field: dc.date.accessioned
 Max recent submissions: 5


 I am using DSpace 4.3

 Regards
 Satya


 On Wed, Jun 24, 2015 at 2:12 PM, Hilton Gibson hilton.gib...@gmail.com
 wrote:

 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
 Stellenbosch University Library
 http://staff.lib.sun.ac.za/~hgibson/docs/cv/cv.html


 On 24 June 2015 at 09:09, Satya srsah...@gmail.com wrote:

 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 (
 http://drs.nio.org) in all browsers (Chrome, Firefox  Internet
 Explore).

 But when I am going to Advance Search (
 http://drs.nio.org/drs/discover) then message properties is not
 getting reflected in chrome  Firefox except Internet Explorer.

 I have rebooted the system couple of time as well as cleared the cache,
 etc in both the browsers.

 Kindly let me know if I am missing something.


 --
 Regards

 Satya Ranjan Sahu
 National Institute of Oceanography
 Goa - 403004


 --
 Monitor 25 network devices or servers for free with OpManager!
 OpManager is web-based network management software that monitors
 network devices and physical  virtual servers, alerts via email  sms
 for fault. Monitor 25 devices for free with no restriction. Download now
 http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
 ___
 DSpace-tech mailing list
 DSpace-tech@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/dspace-tech
 List Etiquette:
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette





 --
 Regards

 Satya Ranjan Sahu
 National Institute of Oceanography
 Goa - 403004





-- 
Regards

Satya Ranjan Sahu
National Institute of Oceanography
Goa - 403004
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 repository.


 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 ?
 http://150.254.65.243:8080/xmlui/handle/10493/3  .

 1) What can be wrong? I must register my repository in altmetrics?


See above. Altmetric doesn't work with handles, so it doesn't recognize the
item (you can see it in the URL: doi=undefined). You have to point it to
the DSpace metadata field where you store DOI. You'll only get badges for
items which have DOI.



 2) Altmetrics team, give me API KEY but i dont known what i can do with
 this, where i must write this KEY?


I don't think you need the API key for using badges. Only if you want to
use the API, this is not used in DSpace.


Regards,
~~helix84

Compulsory reading: DSpace Mailing List Etiquette
https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette
--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

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 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 already uses Postgres as the primary persistence layer. Of course,
 it has its own schema [1]. What do you mean by fetching data? Do you mean
 importing data that already exists in a Postgres database of some sort? If
 so, take a look at [2].


 [1]
 https://wiki.duraspace.org/display/DSDOC5x/Storage+Layer#StorageLayer-RDBMS/DatabaseStructure
 [2]
 https://wiki.duraspace.org/display/DSDOC5x/Ingesting+Content+and+Metadata


 Regards,
 ~~helix84

 Compulsory reading: DSpace Mailing List Etiquette
 https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette


--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

[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
global-variables.xsl, the variables for doi and handle is defined here:

xsl:variable name='identifier_doi'
 
select='//dri:meta/dri:pageMeta/dri:metadata[@element=identifier and
@qualifier=doi]'/
xsl:variable name='identifier_handle'
 
select='//dri:meta/dri:pageMeta/dri:metadata[@element=identifier and
@qualifier=handle]'/

My question is why is it that the metadata for dc.identifier.doi is not
available in the pageMeta? My assumption is this is the reason why it is
always using data-handle since no doi is exposed in the pageMeta even though
I have stored the doi in dc.identifier.doi. Am I missing something here? On
the other hand, if I set the variable identifier_doi to use citation_doi (ie
//dri:meta/dri:pageMeta/dri:metadata[@element=citation_doi and
not(@qualifier)]), it is correctly using the data-doi instead of data-handle
if a doi exist for that item.

Thanks in advance and regards,
euler



--
View this message in context: 
http://dspace.2283337.n4.nabble.com/Altmetrics-always-using-handle-tp4678591.html
Sent from the DSpace - Tech mailing list archive at Nabble.com.

--
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical  virtual servers, alerts via email  sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette