Difference between revisions of "SUNScholar/Request a Copy/4.X"
Jump to navigation
Jump to search
m |
m (→References) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
</center> | </center> | ||
| − | === | + | ===Step 1=== |
| − | Edit the dspace.cfg | + | Edit the following file: |
| + | nano $HOME/{{Source}}/dspace/config/dspace.cfg | ||
| + | Modify the "request item" settings. | ||
| + | |||
| + | See example below. | ||
<pre> | <pre> | ||
#---------------------------------------------------------------# | #---------------------------------------------------------------# | ||
| Line 20: | Line 24: | ||
#------------END REQUEST ITEM CONFIGURATION---------------------# | #------------END REQUEST ITEM CONFIGURATION---------------------# | ||
</pre> | </pre> | ||
| + | ===Step 2=== | ||
| + | [[SUNScholar/Rebuild_DSpace|Rebuild DSpace]]. | ||
===References=== | ===References=== | ||
*https://wiki.duraspace.org/display/DSDOC4x/Request+a+Copy | *https://wiki.duraspace.org/display/DSDOC4x/Request+a+Copy | ||
| + | [[Category:Operations]] | ||
Latest revision as of 00:29, 31 May 2016
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---------------------#