Versions Compared

Key

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

...

  1. Download the .jar file from the following link http:link_demo

  2. Generate a config file  with source dspace params:

    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


  3. Execute the java program with the config file path.

    Code Block
    languagebash
    titleRun java executable to harvest dspace items
    java jar vivo "/path_to_config_file/config_file.config"


  4. Wait to finish the program. Check outfiles created.


Start the migration from DSPace to VIVO

...