Changes

Jump to navigation Jump to search
192 bytes removed ,  00:38, 18 August 2023
Line 365: Line 365:     
LibPath = /usr/share/koji-web/lib
 
LibPath = /usr/share/koji-web/lib
</syntaxhighlight>Make sure that the firewall will allow http & https access<syntaxhighlight lang="bash">
  −
firewall-cmd --permanent --add-service=http
  −
firewall-cmd --permanent --add-service=https
  −
firewall-cmd --reload
   
</syntaxhighlight>
 
</syntaxhighlight>
   
==== Koji Build Servers ====
 
==== Koji Build Servers ====
 
For this exercise I only created 1 build server. You can have as many as you like...
 
For this exercise I only created 1 build server. You can have as many as you like...
Line 382: Line 377:  
FQDN: build1.koozali.org
 
FQDN: build1.koozali.org
   −
You'll need to set up your network: You can do this during the install or post install (ensure network activated, IP address, FQDN, DNS)  
+
You'll need to set up your network: You can do this during the install or post install (ensure network activated, IP address, FQDN, Gateway, DNS)  
    
Log into your server as root and<syntaxhighlight lang="bash">
 
Log into your server as root and<syntaxhighlight lang="bash">
Line 391: Line 386:  
dnf update
 
dnf update
   −
</syntaxhighlight>
+
</syntaxhighlight><more to come...>
    
===== Koji Hub setup =====
 
===== Koji Hub setup =====
371

edits

Navigation menu