minor tidyup of README

This commit is contained in:
Trevor Batley 2023-10-02 10:17:11 +11:00
parent 3470a21ac7
commit 6105acd0fd

View File

@ -32,7 +32,7 @@ You will need to fill in some information on the way through.
* accept the ECDSA key fingerprint of the build server
* enter the root password for the build server
On your koji hub server:
On your koji hub server (as root):
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
@ -54,11 +54,6 @@ To add additional build servers into your farm, just run the following script on
koji-add-builder.sh <FQDN of new build server> [debug]
It should already be there from the install, but if not
curl https://src.koozali.org/smedev/smeserver-koji/raw/branch/master/koji-setup/koji-add-builder.sh > ~/bin/koji-add-builder.sh
chmod o+x ~/bin/koji-add-builder.sh
### Adding Users
You can add Users for both the CLI and Web
@ -66,7 +61,7 @@ You can add Users for both the CLI and Web
koji-add-user <User Name> [ permisssion=<permissions> | debug ]
This will add them into the db and generate ssl CLI and browser keys, which will be bundled up in a tgz file at /etc/pki/koji/bundle/koji-\<User Name\>-bundle.tgz.
This bundle should be extracted in their home (~) directory and will create a .koji directory with cli config and keys.
This bundle should be extracted in their home (~) directory (either on the hub or any device with the koji client installed) and will create a .koji directory with cli config and keys.
cd ~
tar -zxf koji-\<User Name\>-bundle.tgz