We'll want the build servers to have access to the koji filesystem via nfs, so on the koji hub server<syntaxhighlight lang="bash">
+
We'll want the build servers to have access to the koji filesystem via nfs, so on the koji hub server (koji.koozali.org)<syntaxhighlight lang="bash">
dnf install nfs-utils
dnf install nfs-utils
systemctl enable --now nfs-server
systemctl enable --now nfs-server
nano /etc/exports
nano /etc/exports
−
</syntaxhighlight>we only have one build server, but you can add additional to the line, separated by a space<syntaxhighlight lang="ini">
+
</syntaxhighlight>we only have one build server, but you can add additional build servers to the line, separated by a space<syntaxhighlight lang="ini">
/mnt/koji build1.koozali.org(rw,sync,root_squash)
/mnt/koji build1.koozali.org(rw,sync,root_squash)
</syntaxhighlight>export, verify and allow Apache access via SELinux<syntaxhighlight lang="bash">
</syntaxhighlight>export, verify and allow Apache access via SELinux<syntaxhighlight lang="bash">