Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenAIRE4 features depends on Configurable Entities the entities feature on DSpace 7 and it's based on a set of feature and its default configurations. In order to have your repository compliant with OpenAIRE4 guidelines you need to follow some steps:

...

Code Block
titleloading openaire entity-relationships model
[/dspace]/bin/dspace initialize-entities -f [/dspace]/config/registriesentities/openaire4-relationships.xml

...

Code Block
titleloading openaire registries
[/dspace]/bin/dspace registry-loader -metadata [/dspace]/config/registries/openaire4-types.xml
[/dspace]/bin/dspace initialize-entities -f [/dspace]/config/entities/datacite-types.xml

After those steps your repository will have the required fields and entities for the compliancy.

...