Versions Compared

Key

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

...

ParamsDescriptionExample
typeType of API used for data extraction. Enable for now ( OAI, RESTv7 )OAI
endpoint API url direction.  If the OAI type was selected, place the route of the OAI endpoint. On the other hand, if RESTv7 was selected, the rest API address.https://api7.dspace.org/server/oai/request
uriPrefixThe prefix of the link to the repository.  Used to generate valid links to the source repository.https://demo7.dspace.org/
username User of the dspace platform with permissions to use the rest API.   (RESTv7 Only).admin
password: Password of the user (RESTv7 Only).admin

...


Compile Harvester sources

Go to the following path.

Code Block
languagebash
title

...

java jar vivo "/path_to_config_file/config_file.config"
Base directory of harvest components
./DSpace-VIVO/bundles/

Compile the project components

Code Block
languagebash
titleBase directory of harvest components
mvn clean install

...

Start the migration from DSPace to VIVO

...