Wiki » History » Version 1
Redmine Admin, 01/04/2017 04:17 PM
| 1 | 1 | Redmine Admin | {{toc}} |
|---|---|---|---|
| 2 | |||
| 3 | h1. How to do the import |
||
| 4 | |||
| 5 | * checkout the repository |
||
| 6 | * run |
||
| 7 | <pre> |
||
| 8 | python lrt2dspace.py input/export_resources |
||
| 9 | </pre> |
||
| 10 | * this will create a set of directories inside output_dspace |
||
| 11 | * run e.g., in /installations/dspace/jm/bin |
||
| 12 | <pre> |
||
| 13 | ./dspace import --add --eperson=EPERSON@EMAIL --collection=16 --source=/home/jmisutka/lrt --mapfile ./mapfile |
||
| 14 | </pre> |