diff --git a/README.md b/README.md index 931f049..6da8751 100644 --- a/README.md +++ b/README.md @@ -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 [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 [ permisssion= | 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-\-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-\-bundle.tgz