Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 526 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 526 Bytes

dspace-importer

Migration tool for DSpace. Collects data from other repositories and submit to dspace

Requirements

  • Zend Framework 3
  • DSpace 6.1
  • PHPExcel

Usage

  • Configure your options in config/config.ini and pergamumws/parametros.php

  • Deploy the folder pergamumws in a Web server that supports PHP

  • Importing from Pergamum:

php src/Pergamum2DSpace.php -c config/config.ini >> /var/log/somelogfile.log

  • Importing from XLS File:

php src/XLS2DSpace.php -c config/config.ini >> /var/log/somelogfile.log