Changes

Jump to navigation Jump to search
47 bytes removed ,  11:06, 11 November 2023
Line 68: Line 68:     
=====Prerequisites=====
 
=====Prerequisites=====
* Rocky Linux 9 installed
+
* Rocky Linux 8 installed
 
* Full SSH root access.
 
* Full SSH root access.
 
* Gitea supports the following databases.
 
* Gitea supports the following databases.
Line 77: Line 77:  
* TiDB
 
* TiDB
 
* MSSQL
 
* MSSQL
In the guide below, we’ll use SQLite as the database for Gitea. You can pick any of the supported databases in your installation as needed. Setting up Gitea to use MariaDB will be detailed as well.
+
 
 +
In the guide below, we’ll use SQLite as the database for Gitea. You can pick any of the supported databases in your installation as needed.
 
   
 
   
 
This is what I did on a bare Rocky 8 minimal install
 
This is what I did on a bare Rocky 8 minimal install
Line 83: Line 84:  
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">
dnf install git policycoreutils-python-utils
+
dnf install git policycoreutils-python-utils wget nano
 
useradd git
 
useradd git
 
</syntaxhighlight>
 
</syntaxhighlight>

Navigation menu