Changes

Jump to navigation Jump to search
4 bytes added ,  11:25, 1 September 2023
Line 37: Line 37:  
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).
   −
 
+
It's also a good idea to update them to the latest
It's also a good idea to update them to the latest<syntaxhighlight lang="bash">
+
<syntaxhighlight lang="bash">
 
nmtui
 
nmtui
def update
+
dnf update
</syntaxhighlight>Log into the hub server, download and run the install script<syntaxhighlight lang="bash">
+
</syntaxhighlight>
 +
Log into the hub server, download and run the install script
 +
<syntaxhighlight lang="bash">
 
curl https://src.koozali.org/smedev/smeserver-koji/raw/branch/master/install-koji-farm.sh > install-koji-farm.sh
 
curl https://src.koozali.org/smedev/smeserver-koji/raw/branch/master/install-koji-farm.sh > install-koji-farm.sh
 
chmod o+x install-koji-farm.sh
 
chmod o+x install-koji-farm.sh
 
./install-koji-farm
 
./install-koji-farm
</syntaxhighlight>The web interface will be available via http://<your hub server>/koji
+
</syntaxhighlight>
 +
The web interface will be available via http://<your hub server>/koji
   −
Updates can be made vi the kojiadmin user on the hub<syntaxhighlight lang="bash">
+
Updates can be made vi the kojiadmin user on the hub
 +
<syntaxhighlight lang="bash">
 
su - kojiadmin
 
su - kojiadmin
 
koji help
 
koji help
371

edits

Navigation menu