Local Setup
Last updated
Was this helpful?
Last updated
Was this helpful?
This guide is designed to help users set up Inji Verify in their local environment, providing detailed instructions to replicate the platform's functionality on their machine for development or testing purposes.
Clone the repositories in the local to bring up your setup. Repository information can be fetched from .
Prerequisites: Node 18 - Can be installed using . Run the following commands to install the node
JAVA 21
Can be installed using . Run following commands to install node
Helm: The folder contains helm charts required to deploy on K8S
verify-ui: This folder contains the source code for Inji Verify UI
verify-service: This folder contains the source code for Inji Verify Backend Service
Docker Compose provides two types of setup options: one for developer setup, enabling full-featured access for development and testing, and another for demo setup, optimized for showcasing specific use cases with simplified configuration.
Developer Setup:
Demo Setup:
Refer to the README for Docker Compose Instructions:
Review the steps under the "Docker Compose" section for instructions on how to build and run the containers.
Run Docker Compose:
Use Docker Compose to build and deploy the application.
Access the Application:
Once the build is complete, the application will be available to access via the configured endpoint.
Let's explore how to initiate Inji Verify locally after completing the setup in your local environment.
Run the following commands to start the application:
Build and run Docker for a service:
Click on the to explore more!
To set it up for the developer, follow the steps outlined in the file for configuring Docker Compose for development, including necessary dependencies and configurations.
To set up the application on your local system for specific use cases or demo purposes, follow the steps provided in the file. The contains detailed instructions tailored to your requirements for easy setup and deployment.
Inside the Inji Verify project directory, you will find a file. This file contains detailed steps for setting up the project using Docker Compose.
Open URL: