@@ -23,5 +23,44 @@ Node 16.15.0 or lower, `yarn`
23
23
1 ) Run ` yarn install `
24
24
1 ) Run ` EXCLUDES_PKG=harvester,rancher-components EXCLUDE_OPERATOR_PKG=true RANCHER_ENV=epinio API=https://localhost:5443 yarn dev `
25
25
26
- ## Getting Started - Run in embedded Mode
27
- Update to follow
26
+ ## Getting Started - Extension
27
+
28
+ ### Installation
29
+
30
+ To install the extension, you will need Rancher 2.7.6 or later.
31
+
32
+ 1 . Go to the Rancher dashboard (as an administrator)
33
+
34
+ 2 . Open the hamburger menu in the top left corner, and select Extensions
35
+
36
+ ![ Rancher Extensions Link] ( ../docs/images/extensions_link.png )
37
+
38
+ 3 . Open the dropdown in the top right corner and select "Manage Repositories"
39
+
40
+ ![ Add Repositories Link] ( ../docs/images/manage_repositories.png )
41
+
42
+ 4 . Click Create
43
+
44
+ 5 . Enter the repository information
45
+
46
+ a. Name: ` epinio-extension `
47
+
48
+ b. http(s) URL to an index generated by helm
49
+
50
+ c. Index URL: ` https://epinio.github.io/ui/ `
51
+
52
+ d. Authentication: None
53
+
54
+ ![ Fill out repository details] ( ../docs/images/repository_details.png )
55
+
56
+ 6 . Return to the Extensions page
57
+
58
+ 7 . Click the Available tab
59
+
60
+ 8 . Install the Epinio extension
61
+
62
+ ![ Install Epinio extension] ( ../docs/images/install_extension.png )
63
+
64
+ 9 . Epinio will now be available in the Global Apps list
65
+
66
+ ![ Epinio global apps link] ( ../docs/images/global_apps.png )
0 commit comments