-
Notifications
You must be signed in to change notification settings - Fork 18
First, copy the file into the server where the repository is hosted.
If the item is still in the submission workflow process then locate the submission from the Control Panel, Unfinished Submissions and edit the item. You should be able to upload files including uploading using local path on the server if you are admin. In case the item is already published, upload files in Edit Item page using the local path as above.
Note: You have to be an administrator to be able to do this because of security and the actual workflow.
DiscoJuice wants to store information about your SP but because it is not in a trusted federation like eduGAIN it will fail. You can disable this in aai_config.js
setting instance.responseUrl to ''.
We have almost everything inside /opt/lindat-dspace
aai -> link to aai subproject (https://redmine.ms.mff.cuni.cz/projects/lindat-aai/repository)
common-theme -> link to theme subproject (https://redmine.ms.mff.cuni.cz/projects/lindat-common/repository)
configs -> directory with local.properties (inside local git repository)
handle-server -> directory with handle server configs e.g., config.dct
installation -> directory with lindat repository installation
source -> cloned this project, local properties is a symlink to configs/local.properties
E.g., adminEmail is at https://github.com/ufal/lindat-dspace/blob/lindat/dspace-oai/src/main/java/org/dspace/xoai/services/impl/xoai/DSpaceRepositoryConfiguration.java#L60