Skip to content
Jozef M edited this page Apr 28, 2016 · 7 revisions

How to upload files bigger than 2GB

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 shows a strange error disco-juice.html?cid=0

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

What is our directory structure?

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

Where is OAI related configuration?

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

Clone this wiki locally