Sonar and Canary demo apps
How to set up the Sonar and Canary demo apps to use in the Maverics evaluation.
If you cannot use your own apps to complete the Maverics evaluation and/or cannot use the publicly hosted apps, you can stand up containers of Strata’s two demo apps to use in your evaluation.
You will need to use Docker or a docker-based container platform to run the containers.
- Docker Desktop (Mac/Windows) OR Docker Engine v20.10.x or greater
- Ports:
- 8987 (Sonar demo app)
- 8988 (Canary Bank demo app)
docker pull strataidentity/sonar
docker pull strataidentity/canarybank
You need to map ports with the docker run command when instantiating each container. Each app has a built-in user and password.
- 1.From the docker CLI, run:
docker run -p 8987:8987 strataidentity/sonar sonar
- 2.
- username: jdoe
- password: password
- 1.From the docker CLI, run:
docker run -p 8988:8988 strataidentity/canarybank canarybank
- 2.
- 1.username: jdoe
- 2.password: password