mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-22 01:27:29 +01:00
update README
This commit is contained in:
parent
b6caedc3e7
commit
218aab0c34
11
README.md
11
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
|
* These are run on a bare Rocky 8 minimal install
|
||||||
* Basic configurations (e.g. network, time, etc.) have been applied
|
* 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)
|
* 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
|
### 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.
|
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:
|
On your koji hub server:
|
||||||
|
|
||||||
curl https://src.koozali.org/smedev/smeserver-koji/raw/branch/master/install-koji-farm.sh > install-koji-farm.sh
|
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
|
chmod o+x install-koji-farm.sh
|
||||||
./install-koji-farm
|
./install-koji-farm.sh
|
||||||
|
|
||||||
### Using the scripts yourself
|
### Using the scripts yourself
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user