From 218aab0c347eac642cf315a704205b9785e3cd1f Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Sat, 2 Sep 2023 17:32:36 +1000 Subject: [PATCH] update README --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 94eaa38..ec9cac6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Thanks to George T Kramer for doing a lot of the prework for these over at Clear * These are run on a bare Rocky 8 minimal install * Basic configurations (e.g. network, time, etc.) have been applied * servers are reachable by their FQDNs (DNS or you've added them into the appropriate /etc/hosts files) -* Only one koji builder is required +* Koji builder can exist on the hub or multiple build servers ### Getting Going @@ -23,13 +23,18 @@ The install script will install all required components on the hub and build ser You will need to fill in some information on the way through. -If you add debug on the install-koji-farm.sh line it will print each command executed (still noisy without) +* info for your ssl certs (Country, State, City, Org, Org Unit) +* enter the FQDN for each build server +* accept the ECDSA key fingerprint for each build server +* enter the root password for each build server + +If you add debug on the install-koji-farm.sh line it will print each command executed and be very noisy (still noisy without) On your koji hub server: curl https://src.koozali.org/smedev/smeserver-koji/raw/branch/master/install-koji-farm.sh > install-koji-farm.sh chmod o+x install-koji-farm.sh - ./install-koji-farm + ./install-koji-farm.sh ### Using the scripts yourself