-
Notifications
You must be signed in to change notification settings - Fork 2
Dataquest
If a file is taken from clarin, please include license like this:
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
/* Created for LINDAT/CLARIAH-CZ (UFAL) */
Later we will be able to modify it, if need be.
When items are added and one needs them in OAI, when database must be migrated or solr indexes discovered, github action can be used:
It is in dspace-angular repository. It is called Reindex dev-5 and only has workflow_dispatch so it can only be triggered manually, here:

Docker on dev-5.pc
Root for github actions is /opt/actions-runner-dq-1/_work/
Root for deploy dspace action is /opt/actions-runner-dq-1/_work/dspace-angular/dspace-angular/build-scripts/run
Most important container is named dspace
To log in to it, use [sudo] docker exec -it dspace /bin/bash
After logging in to dspace container according to abovementioned, go to /usr/local/tomcat/temp and then call fallocate:
cd /usr/local/tomcat/temp
fallocate -l 5G big_file.txt
When uploading this file thru GUI, (as specified here) use path /usr/local/tomcat/temp/big_file.txt
Accounts on dev-5.pc
Name: [email protected] Password: admin
Name: [email protected] Password: user