Development Installation

Environment Setup

export WAI_AUTH0_DOMAIN="string_url"
export WAI_AUTH0_CLIENT_ID="string"
export WAI_AUTH0_SECRET="string"
export WAI_AUTH0_AUDIENCE="string"
export WAI_AUTH0_SECRET="string"
export WAI_AUTH0_SPA_DOMAIN="string_url"
export WAI_AUTH0_SPA_CLIENT_ID="string"
export INSTANCE_NAME="wai-demo"

Start the App

Once you have all the required environment ready, then run the App using:

  • Run the application

    export INSTANCE_NAME=<project-name>
    docker compose up -d
    
  • Stop

    docker compose down
    
  • Reset the app

    docker compose down -v