Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Migrating the UI

If you are migrating from a version less than 10.5 to version 10.5 or later, follow these steps

STEP 1:

Download and Replace the latest UI Artifact:

  • Obtain the latest UI artifact compatible with Insights 10.5 or above.

  • Replace the existing UI artifact with the newly downloaded one

STEP 2:

Delete the ‘node_modules’ Folder:

  • Navigate to your UI folder.

  • Delete the ‘node_modules’ folder to ensure the old dependencies do not interfere with the new setup.

STEP 3:

Update the ‘uiConfig.json’ File:

  • Locate the ‘uiConfig.json’ file at ‘insights/config/uiConfig.json’.

  • Modify the configuration settings in ‘uiConfig.json’ to match your deployment requirements.

STEP 4:

Install dependencies:

  • Navigate to the UI folder where ‘package.json’ is located.

  • Run the following command to install the necessary dependencies

npm install

  • No labels