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:

    type :
    ParamsDescriptionExample
    typeType of API used for data extraction. Enable for now ( OAI, RESTv7 )OAI
    endpoint
    :  API
     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.
    uriPrefix:
    https://api7.dspace.org/server/oai/request
    uriPrefixThe prefix of the link to the repository.  Used to generate valid links to the source repository.
    username :
    https://demo7.dspace.org/
    username User of the dspace platform with permissions to use the rest API.   (RESTv7 Only).admin
    password:
    Password
     Password of the user (RESTv7 Only).admin


  3. Execute the java program with the config file path.
Code Block
languagebash
titleRun this command from $GIT_REPO for starting migration
java jar vivo "/path_to_config_file/config_file.config"

Start the migration from DSPace to VIVO

...