Search
⌃K
Links

Build & Deployment

The developer guide for building and running various components of e-Signet is available in their respective repositories as mentioned below.

Command to build

Building and deployment of esignet service

Link to Repository
Prerequisite
* Java 11
* Apache Maven 3.8.6
We provide two authenticator implementations:
  1. 1.
    Run mvn clean install -Dgpg.skip=true to build the service jar.
  2. 2.
    Add either one of the authenticator implementation to the classpath to start the service.
Note: For more information, refer here.

Building and deployment of esignet UI

Link to Repository
Prerequisite
* npm 8.1.2 or higher
* node v16.13.2 or higher
To build and run esignet UI, refer here.

Building and deployment of mock OIDC portal

Mock OIDC portal comprises of mock-relying-party-ui and mock-relying-party-service.
Link to Repositories:
Prerequisite
* npm 8.1.2 or higher
* node v16.13.2 or higher
  • To build and run mock-relying-party UI, refer here.
  • To build and run mock-relying-party service, refer here.

Building and deployment of mock-identity-system

Link to Repository
Prerequisite
* Java 11
* Apache Maven 3.8.6
  • Run mvn clean install -Dgpg.skip=true to build the service jar.