Installation¶
Currently, this project is built as an RPM package for RHEL8 and later. The RPM will install the binaries to /opt/dans.knaw.nl/dd-dataverse-ingest-cli, the
example configuration file to /etc/opt/dans.knaw.nl/dd-dataverse-ingest-cli and links to the command from /opt/bin.
Building from source¶
Prerequisites:
- Java 17 or higher
- Maven 3.3.3 or higher
- RPM
Steps:
git clone https://github.com/DANS-KNAW/dd-dataverse-ingest-cli.git
cd dd-dataverse-ingest-cli
mvn clean install