WebOfTrust / vLEI

Public Open Specifications for GLEIF vLEI (verifiable Legal Entity Identifiers)
Apache License 2.0
28 stars 12 forks source link

Current status of vLEI Beta software - running the sandbox environment locally #40

Closed denjal closed 2 years ago

denjal commented 2 years ago

Hi!

I'm having troubles to run the sandbox environment locally and before I dig any deeper into what the issue might be. I first want to verify that it's live and available? I'm reaching out here because the error isn't very obvious to me yet.

I've submitted the PDF documentation for the technical setup I am following. Maybe I have some outdated version?

2021-10-28_vLEI-Beta-Software-Qualification-Guide-Background-Technical-Setup-Updated_v1.3_final.pdf

I have docker running locally and have also fetched all the required images from Docker hub - /gleif. I'm running the following commands:

docker run -p 5621:5621 -d -p 5623:5623 --name qvi gleif/qvi:latest docker run -p 5123:5123 -d -p 5121:5121 --name data-user gleif/data-user:latest docker run -p 5221:5221 -d -p 5223:5223 --name legal-entity gleif/legal-entity:latest docker run -p 5821:5821 -d -p 5823:5823 --name jane-smith gleif/jane-smith:latest docker run -p 5021:5021 -d -p 5023:5023 --name john-doe gleif/john-doe:latest

And according to the documentation the urls for the running software should be:

http://localhost:5623 – Qualified vLEI Issuer (QVI) http://localhost:5223 – Legal Entity http://localhost:5123 – External Verifier http://localhost:5823 – Jane Smith http://localhost:5023 – John Doe

However, nothing is running on those urls/ports.

Is this expected due to something being de-activated on the backend or similar? Or is this likely an error on my side?