Commit f7cbfc1f949275ba53f2ff681b822bbb12c9c865
1 parent
eadaf2e240
Exists in
master
code examples fix
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
ingester/Readme.md
... | ... | @@ -10,7 +10,7 @@ libxml, libxslt, pdftotext |
10 | 10 | we prepared an executable for some Linux distributions (CentOS and Ubuntu). |
11 | 11 | You can download the source code and execute: |
12 | 12 | |
13 | - bash [PATH]/setup.sh | |
13 | + bash [PATH]/setup.sh | |
14 | 14 | |
15 | 15 | It will install the required packages and Perl libraries. |
16 | 16 | |
... | ... | @@ -18,13 +18,13 @@ It will install the required packages and Perl libraries. |
18 | 18 | |
19 | 19 | You can use the linux find command to fecth all PDF files you want to ingest, you can do that by executing: |
20 | 20 | |
21 | - find /tmp/pdfs -type f -name '*.pdf' -exec prepare {} \; | |
21 | + find /tmp/pdfs -type f -name '*.pdf' -exec prepare {} \; | |
22 | 22 | |
23 | 23 | this command will prepare each one of the found results. We recommend for you to prepare itens by each collection. |
24 | 24 | |
25 | 25 | For each collection you can ingest the itens by executing DSpace command: |
26 | 26 | |
27 | - [/dspace]/bin/dspace import --add --eperson=sama-saw@asa.fccn.pt --collection=10400.25/300 --source=/tmp/prepared_items --mapfile=mapfile1 | |
27 | + [/dspace]/bin/dspace import --add --eperson=sama-saw@asa.fccn.pt --collection=10400.25/300 --source=/tmp/prepared_items --mapfile=mapfile1 | |
28 | 28 | |
29 | 29 | |
30 | 30 | ## Need help, or give any type of contribution? | ... | ... |