Thanks to visit codestin.com
Credit goes to github.com

Skip to content
jurinecko edited this page Nov 6, 2025 · 4 revisions

License

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.

Access

Reindex github action

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:

image

Docker on dev-5.pc

Github actions

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

Container names

Most important container is named dspace To log in to it, use [sudo] docker exec -it dspace /bin/bash

Create big file in tomcat

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

Admin:

Name: [email protected] Password: admin

User:

Name: [email protected] Password: user

Clone this wiki locally