SUNScholar/Request a Copy/4.X

From Libopedia
Jump to navigation Jump to search
Back to Request a Copy

Step 1

Edit the following file:

nano $HOME/source/dspace/config/dspace.cfg

Modify the "request item" settings.

See example below.

#---------------------------------------------------------------#
#----------------REQUEST ITEM CONFIGURATION---------------------#
#---------------------------------------------------------------#

# Configuration of request-item. Possible values:
# all - Anonymous users can request an item
# logged - Login is mandatory to request an item
# empty/commented out - request-copy not allowed
request.item.type = all
# Helpdesk E-mail
mail.helpdesk = scholar@sun.ac.za

#------------END REQUEST ITEM CONFIGURATION---------------------#

Step 2

Rebuild DSpace.

References