Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.07 KB

This is the Rancher Application Shell (created via https://rancher.github.io/dashboard/extensions/extensions-getting-started#creating-the-application)

The Epinio UI is an extension of Rancher and can be in pkg/epinio. This one extension powers both embedded and standalone forms of the UI. For more information see root README.

Getting Started - Run in Standalone Mode

UI Backend

Run the UI backend as per ./backend/README.md

UI Frontend

Dependencies

Node 16.15.0 or lower, yarn

Run

  1. UI Dev Only Step - Setup the Rancher Dashboard repo
  2. Clone https://github.com/epinio/ui and checkout main
  3. UI Dev Only Step - Link in Rancher Dashboard packages
    • Run cd <epini/ui root>/dashboard && yarn link @rancher/shell
  4. Run yarn install
  5. Run EXCLUDES_PKG=harvester,rancher-components EXCLUDE_OPERATOR_PKG=true RANCHER_ENV=epinio API=https://localhost:5443 yarn dev

Getting Started - Run in embedded Mode

Update to follow