Skip to content

Commit 675debf

Browse files
authored
Installation instructions
1 parent 48cf697 commit 675debf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# exporter-ddipdf
22
Provides a PDF format for the DDI metadata
3+
# Installation
4+
Create jvm-options in dataverse for exporters, where /var/lib/dataverse/exporters is an example of a directory for exporters, you can choose any directory you want to keep external exporters in:
5+
```
6+
./asadmin create-jvm-options '-Ddataverse.spi.exporters.directory=/var/lib/dataverse/exporters'
7+
```
8+
Create a jar file by compiling the exporter-ddipdf
9+
```
10+
mvn assembly:assembly -DdescriptorId=jar-with-dependencies
11+
```
12+
Copy the created jar file in target directory to the external exporters' directory that you defined in jvm-options.

0 commit comments

Comments
 (0)