From 51cf301d1815b897f753c66476e7c192d8b73ebe Mon Sep 17 00:00:00 2001 From: Neil MacDougall Date: Thu, 21 Nov 2024 13:48:48 +0000 Subject: [PATCH] Update README.md to be clearer on install steps --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 995e9b1e..ee06794c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,25 @@ Rancher Extension used in [rancher/dashboard](https://github.com/rancher/dashboard) for [Harvester](https://harvesterhci.io) Dashboard UI. +From Rancher 2.10.0, Harvester integration is provided by this new Harvester UI Extension. + +## Installation + +To install the Harvester UI Extension in Rancher 2.10.0 and newer: + +- Go to 'Extensions' in the Rancher UI (click on the jigsaw icon in the side bar) +- From the three-dots menu in the upper right of the page, open the menu and select 'Manage Repositories' +- From the Repositories page, click 'Create' +- For name, enter 'harvester-ui-extension' +- For Target, choose 'Git repository' +- For Git Repo URL, enter `https://github.com/harvester/harvester-ui-extension` +- For Git Branch, enter `gh-pages` +- Click 'Create` +- From the Repositories list, wait until the new Repository added updates to the 'Active' state +- Go back to 'Extensions' +- Click on the 'Available' tab if not already selected +- Click on 'Install' for the Harvester UI Extension + ## Running for Development This is what you probably want to get started. @@ -57,4 +76,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.