update README

This commit is contained in:
Trevor Batley 2023-09-02 17:32:36 +10:00
parent b6caedc3e7
commit 218aab0c34

View File

@ -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