From bd17668bac09923e2496ff0cc1ae78925d868acb Mon Sep 17 00:00:00 2001 From: EUGENE O'CONNOR Date: Tue, 31 Mar 2026 09:53:43 +0100 Subject: [PATCH] Issue 666 - minor updates Signed-off-by: Eugene O'Connor --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 35d095e..accbde9 100644 --- a/docs/index.md +++ b/docs/index.md @@ -3,7 +3,7 @@ copyright: Contributors to the Open Horizon project years: 2025 - 2026 title: All-in-One Mgmt Hub description: Documentation for Horizon Management Hub -lastupdated: 2026-03-27 +lastupdated: 2026-03-30 nav_order: 2 parent: Management Hub --- @@ -23,7 +23,7 @@ Read the notes and then run the following command to deploy the Horizon componen - Support for Windows Subsystem for Linux (WSL 1&2) should also considered **experimental** at this time. WSL2's Ubuntu is based on `init.d` instead of the `systemd` used in standard Ubuntu distributions. The Open Horizon Agent requires `systemd` support so workarounds will simulate systemd usiing [this script](https://gist.githubusercontent.com/djfdyuruiry/6720faa3f9fc59bfdf6284ee1f41f950/raw/952347f805045ba0e6ef7868b18f4a9a8dd2e47a/install-sg.sh). This technique may not be stable and reliable. - Deployments can be customized by overriding environment variables in [deploy-mgmt-hub.sh](https://github.com/open-horizon/devops/blob/master/mgmt-hub/deploy-mgmt-hub.sh). The variables can be found near the top of the script, right after the usage message and command line parsing code. All `*_PW` and `*_TOKEN` environment variables and variables in the form `VAR_NAME=${VAR_NAME:-defaultvalue}` can be overridden. -- You can publish your own custom sample services during deployment by setting the `BYO_SAMPLES` environment variable to point to a text file containing GitHub URLs of your service repositories. Each URL must be on a separate line. +- You can publish your own custom sample services during deployment by setting the `BYO_SAMPLES` environment variable to point to a text file that contains GitHub URLs of your service repositories. For detailed instructions, see the [Using Custom Sample Services](../hub/custom_samples.md). Preparation required for **Windows** operating systems: