Changes

Jump to navigation Jump to search
1,022 bytes added ,  11:22, 1 September 2023
Line 27: Line 27:     
These servers will be based on bare Rocky 8 - minimal install, servers.
 
These servers will be based on bare Rocky 8 - minimal install, servers.
 +
 +
== Install ==
 +
This is now scripted.
 +
 +
Create your hub and build servers (Rocky 8 minimal install).
 +
 +
{{Note box|You can run both the hub and build on the one server, just use the hub server FQDN when prompted for the Build Server FQDN.}}
 +
 +
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<syntaxhighlight lang="bash">
 +
nmtui
 +
def update
 +
</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
 +
chmod o+x install-koji-farm.sh
 +
./install-koji-farm
 +
</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">
 +
su - kojiadmin
 +
koji help
 +
</syntaxhighlight>
 +
 +
== The long way ==
    
===== Hub/Web Server =====
 
===== Hub/Web Server =====
371

edits

Navigation menu