Skip to content
Ondřej Košarko edited this page Jun 15, 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 process (in user's workspace) then locate the submission from the Control Panel, Unpublished Items and edit the item. In case the item is already published, use Edit Item page. On Edit Item page select Item Bitstreams and click Upload a new Bitstream. Fill the local server form field.

Note: You have to be an administrator to be able to do this because of security and the actual workflow. Note2: You'll have to set a license

Adding files to items waiting for approval

To add files to an item you are reviewing (you've already taken the task) select the submission, on the page where you can approve/curate/reject click "Edit metadata". You are in the "submission" process now, go to upload step.

If you are an admin you can follow the same steps as above (>2GB uploads) and go to edit item page through control panel.

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