Install¶
Pre-built release¶
- Download the package for your platform from the GitHub Releases page.
- Linux: Install the
.debor.rpmpackage. Alternatively, the.zippackage can be unpacked anywhere you like. - Windows: Unpack the
.zippackage anywhere you like.
- Linux: Install the
- Run the executable
bin/paccor. - Run the tutorial commands from any directory that has access to
bin/paccor. Download the linked input files into your working directory, or substitute any local paths that fit your environment.
This is the right path if you already have issuer certificates, holder certificates, and manifest JSON from your own environment.
Source checkout¶
These steps will build and install paccor into the source repository folder.
- Follow the instructions to Clone the repository
- Read the Requirements page to install the appropriate version of Java and Dotnet.
- From a terminal in the repository root, run the following command:
./gradlew clean installToSource
Next:
- Read Requirements if you have not checked prerequisites yet
- Read Build if you want to compile and unpack the distribution yourself
- Jump to Getting Started