Accessing Context Based Root Quantum Fabric Instance through Quantum Visualizer
After you complete registration for a context based root for a Quantum Fabric instance by using the installer or manual steps, you can now also launch the context based Quantum Fabric through Quantum Visualizer.
To access a context based root Quantum Fabric instance through Visualizer, follow these steps:
- Launch Quantum Visualizer.
-
Configure Quantum Fabric in Quantum Visualizer.
For more details, refer to Configure Quantum Fabric in Quantum Visualizer.You can now access context based root Quantum Fabric Console through Visualizer.
-
Configure the
HeadlessBuild.properties
file for contexts that you have configured for Quantum Fabric, as follows:- Open the
HeadlessBuild.properties
file. Refer to Configure the HeadlessBuild.properties File. - In the
HeadlessBuild.properties
file, add the required contexts at the end of the file.For example:
- For console, the URL:
context.path.console=console1
- For identity, the URL:
context.path.identity=identity1
- For workspace, the URL:
context.path.workspace=workspace1
- For accounts, the URL:
context.path.identity=accounts1
NOTE: The
headless-build.properties
configuration is required only for CI build. - For console, the URL:
- Open the
- Save the file.
- Launch Quantum Fabric Console through Visualizer. You can now build apps using new context based Quantum Fabric instance.
For more details on how to add applications, refer to Quantum Fabric User Guide.
For more details on designing an app, adding actions and skins, and building apps using Visualizer, refer to Quantum Visualizer User Guide.