Changes

Jump to navigation Jump to search
265 bytes added ,  02:13, 11 November 2023
Line 55: Line 55:  
<tab name="For Rocky 8">
 
<tab name="For Rocky 8">
 
This is what I did on a bare Rocky 8 minimal install
 
This is what I did on a bare Rocky 8 minimal install
 +
 
First we need to install git and any required pkgs
 
First we need to install git and any required pkgs
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
Line 81: Line 82:  
</syntaxhighlight>
 
</syntaxhighlight>
 
Now we setup gitea on your server
 
Now we setup gitea on your server
 +
{{Note box|Gitea will wait for you to run the web setup, but as we are starting this as a service, the service will timeout if you leave it. The service will auto-restart, so you can try to connect and setup again, or you can manually restart the gitea service.}}
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
systemctl enable --now gitea
 
systemctl enable --now gitea
371

edits

Navigation menu