Changes

Jump to navigation Jump to search
754 bytes added ,  10:56, 11 November 2023
Line 1: Line 1:  
====Installation====
 
====Installation====
 
<tabs container=""><tab name="For SME10">
 
<tabs container=""><tab name="For SME10">
 +
 +
Gitea is an open-source forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, wikis, and code review.
 +
 
This is how I installed the latest version of Gitea (https://gitea.io) on my smeserver build box (this is running smeserver v10.1 in serveronly)
 
This is how I installed the latest version of Gitea (https://gitea.io) on my smeserver build box (this is running smeserver v10.1 in serveronly)
   Line 62: Line 65:  
</tab>
 
</tab>
 
<tab name="For Rocky 8">
 
<tab name="For Rocky 8">
 +
Gitea is an open-source forge software package for hosting software development version control using Git as well as other collaborative features like bug tracking, wikis, and code review.
 +
 +
=====Prerequisites=====
 +
* Rocky Linux 9 installed
 +
* Full SSH root access.
 +
* Gitea supports the following databases.
 +
* SQLite
 +
* PostgreSQL
 +
* MySQL
 +
* MariaDB
 +
* TiDB
 +
* 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.
 +
 
This is what I did on a bare Rocky 8 minimal install
 
This is what I did on a bare Rocky 8 minimal install
  

Navigation menu