Inji verify installation issue

Hi Team,

We have taken the latest pull from Inji verify repo (v0.9x) and trying to run it with docker setup. The build completes with few warnings and after starting the container we’re not seeing the app on localhost.

@Aniket_Aditya I hope you would have downloaded docker desktop as well as docker compose in your local.
Here are some high-level steps that I followed to run this locally. You can try them out as well:

  1. Install docker desktop and docker compose.
  2. Clone the respective repo in the local
  3. Run docker desktop
  4. Run the terminal in administrator mode and navigate to docker compose yaml file path of cloned code .
    5.Checkout the branch for the first time( eg: i used “git checkout qa-develop” to change the branch)
  5. Then Run docker-compose up -d
  6. Once container starts then launch localhost:3000 on browser then inji verify portal should be launched.

Hi @Aniket_Aditya

I hope the above steps shared by Anuranjan will help as docker-compose is yet not released which is the latest one so please consume this from our develop branch GitHub - mosip/inji-verify at develop.

Best regards,
Team MOSIP