Changes

Jump to navigation Jump to search
55 bytes added ,  03:31, 19 July 2023
no edit summary
Line 54: Line 54:  
setsebool -P allow_httpd_anon_write=1
 
setsebool -P allow_httpd_anon_write=1
 
reboot
 
reboot
</syntaxhighlight>Install koji hub and pre-requisites<syntaxhighlight lang="bash">
+
</syntaxhighlight>
dnf install koji-hub mod_ssl
+
 
dnf module enable postgresql:10
+
===== SSL preparations =====
dnf install postgresql-server
+
We'll be using ssl certificates so let's create the koji ssl working directories and edit the koji ssl config file<syntaxhighlight lang="bash">
dnf install koji
  −
</syntaxhighlight>We'll be using ssl certificates so let's create the koji ssl working directories and edit the koji ssl config file<syntaxhighlight lang="bash">
   
mkdir -p /etc/pki/koji/{certs,private,confs}
 
mkdir -p /etc/pki/koji/{certs,private,confs}
 
cd /etc/pki/koji
 
cd /etc/pki/koji
Line 186: Line 184:  
</syntaxhighlight>
 
</syntaxhighlight>
    +
====== Koji Hub ======
 +
Install koji hub and pre-requisites<syntaxhighlight lang="bash">
 +
dnf install koji-hub mod_ssl
 +
dnf module enable postgresql:10
 +
dnf install postgresql-server
 +
dnf install koji
 +
</syntaxhighlight>
 
====== POSTGRES setup ======
 
====== POSTGRES setup ======
 
As root we need to do the initial config<syntaxhighlight lang="bash">
 
As root we need to do the initial config<syntaxhighlight lang="bash">
371

edits

Navigation menu