Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 731 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 731 Bytes

Pelorus DORA Metrics API and Dashboard

Instructions for getting started developing Pelorus

  1. Spin up this workspace by entering this repo URL into a Dev Spaces/Eclipse Che instance
  2. Once workspace has started run the "pelorus-ui > install" Task to do an npm install of dependencies
  3. If running Pelorus in a separate cluster
  4. use oc to log into the other cluster
  5. Once logged in, run oc whoami -t > /tmp/token
  6. Create an environment variable to point workspace to the Prometheus URL in the other cluster bash echo "export PELORUS_URL=https://<prometheus-route hostname>/api/v1" >> ${PROJECTS_ROOT}/custom-env.sh
  7. Run the "Pelorus API Dev Mode" task
  8. Run the "Pelorus UI Dev Mode" task