Changes

Jump to navigation Jump to search
54 bytes added ,  09:34, 5 September 2023
Line 35: Line 35:  
Create your hub and build servers (Rocky 8 minimal install).
 
Create your hub and build servers (Rocky 8 minimal install).
   −
{{Note box|You can run both the hub and build on the one server, just use the hub server FQDN when prompted for the Build Server FQDN.}}
+
{{Note box|You can run both the hub and build on the one server, just press enter when first prompted for the Build Server FQDN.}}
    
On both servers enable the network and name the servers (the servers need to be accessible via their FQDN's, so either via DNS or you need to add them to your /etc/hosts files).
 
On both servers enable the network and name the servers (the servers need to be accessible via their FQDN's, so either via DNS or you need to add them to your /etc/hosts files).
Line 53: Line 53:     
* ssh values (e.g. Country, State, City, Organization, Organisational Unit)
 
* ssh values (e.g. Country, State, City, Organization, Organisational Unit)
* Build server FQDN (leaving it blank will use the Hub FQDN to have everything on the one server). It will loop and allow you to add additional servers.
+
* For each Build server (It will loop until a blank input)
* to accept the build server ssl signature
+
** Build server FQDN (pressing enter for the first loop will use the Hub FQDN as an all-in-one server).  
* for the root password on the Hub server
+
** to accept the build server ssl signature
 +
** for the root password on the Hub server
    
The web interface will be available via http://<your hub server>/koji
 
The web interface will be available via http://<your hub server>/koji
Line 61: Line 62:  
You can add additional build servers later, via<syntaxhighlight lang="bash">
 
You can add additional build servers later, via<syntaxhighlight lang="bash">
 
koji-add-builder.sh <FQDN of build server> [debug]
 
koji-add-builder.sh <FQDN of build server> [debug]
</syntaxhighlight>Updates can be made via the kojiadmin user on the hub
+
</syntaxhighlight>Updates/Admin can be made via the kojiadmin user on the hub. Usage etc. will be discussed elsewhere.
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
su - kojiadmin
 
su - kojiadmin
371

edits

Navigation menu