Skip to content

Latest commit

 

History

History
123 lines (98 loc) · 4.33 KB

README.md

File metadata and controls

123 lines (98 loc) · 4.33 KB

Koku UI

AGPLv3 Build Status

User interface for Koku based on Patternfly Patternfly

To submit an issue please visit https://issues.redhat.com/projects/COST/

Requirements

Getting Started

  1. Install requirements listed above.
  2. Clone the repository, and open a terminal in the base of this project.
  3. Run the command yarn to install all the dependencies.
  4. Clone the insights-proxy repository.
  5. Run insights-proxy setup steps.

Running Development Server against a hosted Koku instance behind Insights Proxy

Start Insights Proxy

From the insights-proxy project directory run the following command to interact with the deployed environment:

SPANDX_CONFIG=/path/to/koku-ui/config/spandx.config.js bash /path/to/insights-proxy/scripts/run.sh

Start Development Server

APP_ENV=proxy yarn start

As a convenience start:dev has been provided to work behind the proxy.

yarn start:dev

Point your browser to the Overview page

Building

yarn build

Testing

yarn test

Manifest

Produces a file used by product security for vulnerability and compliance tracking.

yarn update:manifest

Useful Links

Libs

Tools