Skip to content

zlayne/search-ui

 
 

Repository files navigation

Search UI

stolostron - Search UI

As of RHACM 2.5 the search-ui will be deprecated. The Search-ui pages will be located in the console repo

Build Status

Development

Important: Make sure your oc client is configured to your OCP cluster (oc login), the token must be valid to run this app locally.

Prerequisites

  • Node.js v14.x.x
  • OpenShift 4.x.x cluster
  • Open Cluster Management installed on your OCP cluster
  1. Clone this repository
  2. From the root directory, run npm ci
  3. Log into you OCP env using oc login
  4. Run the setup script ./setup.sh
  5. From the root directory, run npm start
  6. In your browser, go to http://localhost:3000/search

Notes:

If you encounter a situation where the UI seems to be stuck in an authentication loop. Check your browsers cookies and besuer all the acm cookies have been removed. To do this (in chrome):

  1. Navigate to https://localhost - should see a "This site can’t be reached" error page
  2. Open browsers dev tools
  3. Go to the application tab
  4. Click on the https://localhost cookie option in the left nav.
  5. Delete all the existing cookies

About

No description, website, or topics provided.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.3%
  • Shell 0.8%
  • HTML 0.8%
  • Dockerfile 0.5%
  • Makefile 0.3%
  • JavaScript 0.3%