From 692a62b454d47b94b40bdc8ba6a1568cdc7c5777 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 29 Apr 2024 09:32:51 +0300 Subject: [PATCH] src/main/java: update curation tasks README.md Add eperson ID to curation invocation. DSpace 7 requires this. --- src/main/java/io/github/ilri/cgspace/ctasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/io/github/ilri/cgspace/ctasks/README.md b/src/main/java/io/github/ilri/cgspace/ctasks/README.md index 17f9624..ff6126b 100644 --- a/src/main/java/io/github/ilri/cgspace/ctasks/README.md +++ b/src/main/java/io/github/ilri/cgspace/ctasks/README.md @@ -62,7 +62,7 @@ countrycodetagger.iso3166-alpha2.field = cg.coverage.iso3166-alpha2 Once the jar is installed and you have added appropriate configuration in `~/dspace/config/modules`: ``` -$ ~/dspace/bin/dspace curate -t countrycodetagger -i 10568/3 -r - -s object +$ ~/dspace/bin/dspace curate -e eperson@repo.org -t countrycodetagger -i 10568/3 -r - -s object ``` *Note*: it is very important to set the database transaction scope to something sensible (`object`) if you're curating a community or collection with more than a few hundred items.