Skip to content

Commit

Permalink
src/main/java: update curation tasks README.md
Browse files Browse the repository at this point in the history
Add eperson ID to curation invocation. DSpace 7 requires this.
  • Loading branch information
alanorth committed Apr 29, 2024
1 parent d4ca920 commit 692a62b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/github/ilri/cgspace/ctasks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected] -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.
Expand Down

0 comments on commit 692a62b

Please sign in to comment.