</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">