Skip to content

installation

pre-requisites

Tested on Katana 3.6v5, 4.0v2 and 4.5v1, no guarantee it works on lower versions (but it should).

steps

Download the GSVDashboard GitHub repository at any temporary location

D:\downloads\
    GSVDashboard\
        README.md
        package.json
        ...
/d/downloads/
    GSVDashboard/
        README.md
        package.json
        ...

Move the internal GSVDashboard directory (which have a .py file inside) to the SuperTools directory of a location registered by the KATANA_RESOURCES env variable.

D:\pipeline\katana\
    GSVDashboard\
        SuperTools\
            GSVDashboard\
                __init__.py
                ...
/d/pipeline/katana/
    GSVDashboard/
        SuperTools/
            GSVDashboard/
                __init__.py
                ...

Your launcher script for Katana could then look like:

"GSVDB_ROOT=D:\pipeline\katana\GSVDashboard"
set "KATANA_RESOURCES=%KATANA_RESOURCES%;%GSVDB_ROOT%"
GSVDB_ROOT="/d/pipeline/katana/GSVDashboard"
export KATANA_RESOURCES="$KATANA_RESOURCES:$GSVDB_ROOT"