Search
K

Sonar and Canary demo apps

Evaluation Guide: Sonar & 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.

Requirements

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)

Pulling the images

  • docker pull strataidentity/sonar
  • docker pull strataidentity/canarybank

Running the containers

You need to map ports with the docker run command when instantiating each container. Each app has a built-in user and password.

Sonar (header-based)

  1. 1.
    From the docker CLI, run: docker run -p 8987:8987 strataidentity/sonar sonar
  2. 2.
    In your browser, go to http://localhost:8987
    • username: jdoe
    • password: password

Canary Bank

  1. 1.
    From the docker CLI, run: docker run -p 8988:8988 strataidentity/canarybank canarybank
  2. 2.
    In your browser, go to http://localhost:8988
    1. 1.
      username: jdoe
    2. 2.
      password: password