diff --git a/README.md b/README.md index e1fc767..89f3ab1 100644 --- a/README.md +++ b/README.md @@ -15,6 +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) +* Koji web server can exist on the hub or it's own server * Koji builder can exist on the hub or multiple build servers ### Installing @@ -28,7 +29,6 @@ You will need to fill in some information on the way through. * accept the ECDSA key fingerprint of the web server * enter the root password for the web server * For each build server: - * enter the FQDN for the build server * accept the ECDSA key fingerprint of the build server * enter the root password for the build server @@ -40,10 +40,9 @@ On your koji hub server: There are optional parameters available on the install-koji-farm.sh script - install-koji-farm.sh [web= | build= | debug] + install-koji-farm.sh [web= | build= | debug] * No parameters will deploy an all-in-one server with the web and builder installed on the hub. -* The web server FQDN defaults to the hub FQDN, if not enetered. * You can have multiple build=\ parameters. * debug will print each command executed and be very noisy (still noisy without)