{"id":75370,"date":"2026-03-16T18:51:22","date_gmt":"2026-03-16T15:51:22","guid":{"rendered":"https:\/\/cloudspinx.com\/?p=75370"},"modified":"2026-03-16T18:51:22","modified_gmt":"2026-03-16T15:51:22","slug":"how-to-install-gitea-on-amazon-linux","status":"publish","type":"post","link":"https:\/\/computingforgeeks.com\/how-to-install-gitea-on-amazon-linux\/","title":{"rendered":"How To Install Gitea on Amazon Linux 2023"},"content":{"rendered":"\n<p>Gitea is the fastest and most painless way of setting up a self-hosted Git service on premise, or in a cloud infrastructure. The Gitea program is written in Go, to be fast, stable and reliable. The software package is distributed&nbsp;in binary format and it is easy to install and configure. Gitea is a cross-platform solution and can be installed on Linux, Windows, Unix, as well and ARM and PowerPC based systems.<\/p>\n\n\n\n<p>We will be performing an installation of Gitea Git service in an Amazon Linux 2023 server. The server can sit in any infrastructure provided there is network connectivity. A user performing the installation is expected to have a console or SSH access to the system.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 1: Update System<\/h4>\n\n\n\n<p>Before you start any installation we recommend updating the system and all installed packages to the latest releases.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum -y update\nsudo yum -y install git<\/code><\/pre>\n\n\n\n<p>Then you can do a reboot<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo reboot<\/code><\/pre>\n\n\n\n<p>In the installation steps we&#8217;ll perform the following actions:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set up MariaDB database server.<\/li>\n\n\n\n<li>Install Gitea git service on Amazon Linux 2023.<\/li>\n\n\n\n<li>Configure and Access Gitea dashboard.<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\">Step 2: Set up MariaDB database server<\/h4>\n\n\n\n<p>Add RHEL 9 MariaDB repositories to AL2023 as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>cat &lt;&lt; EOF | sudo tee \/etc\/yum.repos.d\/MariaDB.repo<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-ast-global-color-7-color\">\n<\/mark># MariaDB 11.4 RedHatEnterpriseLinux repository list - created 2024-08-13 06:05 UTC\n# https:\/\/mariadb.org\/download\/\n<mark style=\"background-color:rgba(0, 0, 0, 0);color:#7bdcb5\" class=\"has-inline-color\">&#91;mariadb]\nname = MariaDB<\/mark>\n# rpm.mariadb.org is a dynamic mirror if your preferred mirror goes offline. See https:\/\/mariadb.org\/mirrorbits\/ for details.\n# baseurl = https:\/\/rpm.mariadb.org\/12.0\/rhel\/$releasever\/$basearch\n<mark style=\"background-color:rgba(0, 0, 0, 0);color:#7bdcb5\" class=\"has-inline-color\">baseurl = https:\/\/mirrors.gigenet.com\/mariadb\/yum\/12.0\/rhel9-amd64<\/mark>\n<mark style=\"background-color:rgba(0, 0, 0, 0);color:#ff6900\" class=\"has-inline-color\"># For aarch architecture, use baseurl = https:\/\/mirrors.gigenet.com\/mariadb\/yum\/12.0\/rhel9-aarch64<\/mark>\n# gpgkey = https:\/\/rpm.mariadb.org\/RPM-GPG-KEY-MariaDB\n<mark style=\"background-color:rgba(0, 0, 0, 0);color:#7bdcb5\" class=\"has-inline-color\">gpgkey = https:\/\/mirrors.gigenet.com\/mariadb\/yum\/RPM-GPG-KEY-MariaDB\ngpgcheck = 1<\/mark><mark style=\"background-color:rgba(0, 0, 0, 0);color:#ff6900\" class=\"has-inline-color\">\n<\/mark>EOF<\/code><\/pre>\n\n\n\n<p>The added repository is for MariaDB 11.4 and can be installed as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo dnf install -y MariaDB-server MariaDB-client MariaDB-devel<\/code><\/pre>\n\n\n\n<p>Start and enable mariadb service after installation:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl enable --now mariadb<\/code><\/pre>\n\n\n\n<p>Confirm service is started:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"339\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-1024x339.png\" alt=\"\" class=\"wp-image-85654\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-1024x339.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-300x99.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-768x254.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-1536x509.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-2048x678.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-1268x420.png 1268w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-696x231.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-01-scaled-1-1068x354.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Secure your database server:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mariadb-secure-installation <\/code><\/pre>\n\n\n\n<p>Create a database for Gitea.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\"> mariadb -u root -p<\/mark>\nCREATE DATABASE gitea;\nGRANT ALL PRIVILEGES ON gitea.* TO 'gitea'@'localhost' IDENTIFIED BY \"<mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-purple-color\">StrongGitPassword<\/mark>\";\nFLUSH PRIVILEGES;\nQUIT;<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"409\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-1024x409.png\" alt=\"\" class=\"wp-image-85656\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-1024x409.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-300x120.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-768x307.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-1536x614.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-1051x420.png 1051w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-696x278.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02-1068x427.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-02.png 1826w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Test database connectivity as created user and its password:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mariadb -u gitea -p'StrongGitPassword'<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"358\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-1024x358.png\" alt=\"\" class=\"wp-image-85661\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-1024x358.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-300x105.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-768x268.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-1536x537.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-1202x420.png 1202w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-696x243.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03-1068x373.png 1068w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-03.png 1826w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 3: Install Gitea on Amazon Linux 2023<\/h4>\n\n\n\n<p>&nbsp;Add a user&nbsp;<em>git<\/em>&nbsp;to manage Gitea on your system:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo useradd \\\n   --shell \/bin\/bash \\\n   --comment 'Git Admin' \\\n   git<\/code><\/pre>\n\n\n\n<p>You can set password for the user:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\">sudo passwd git<\/mark>\nChanging password for user git.\nNew password:\nRetype new password:\npasswd: all authentication tokens updated successfully.<\/code><\/pre>\n\n\n\n<p>Download gitea binary from the&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/github.com\/go-gitea\/gitea\/releases\" target=\"_blank\" class=\"rank-math-link\">Downloads<\/a>&nbsp;page. An easy way is downloading latest release using <em>curl<\/em>.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>VER=$(curl -s https:\/\/api.github.com\/repos\/go-gitea\/gitea\/releases\/latest|grep tag_name|cut -d '\"' -f 4|sed 's\/v\/\/')\nwget https:\/\/github.com\/go-gitea\/gitea\/releases\/download\/v${VER}\/gitea-${VER}-linux-amd64<\/code><\/pre>\n\n\n\n<p>Move the downloaded binary file to the&nbsp;<code>\/usr\/local\/bin<\/code> directory<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>mv gitea-* gitea\nchmod a+x .\/gitea\nsudo mv .\/gitea \/usr\/local\/bin\/<\/code><\/pre>\n\n\n\n<p>Confirm installation by checking the software version:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$ <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-luminous-vivid-amber-color\">gitea --version<\/mark>\nGitea version 1.24.0 built with GNU Make 4.3, go1.24.4 : bindata, sqlite, sqlite_unlock_notify<\/code><\/pre>\n\n\n\n<p>Create all the directories required to run Gitea on Amazon Linux 2023:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo mkdir -p \/etc\/gitea \/var\/lib\/gitea\/{custom,data,indexers,public,log}\nsudo chown  -R git:git \/var\/lib\/gitea\/\nsudo chmod -R 770 \/var\/lib\/gitea\/\nsudo chown root:git \/etc\/gitea\nsudo chmod -R 770 \/etc\/gitea<\/code><\/pre>\n\n\n\n<p>Create systemd unit file for Gitea:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo tee \/etc\/systemd\/system\/gitea.service&lt;&lt;EOF\n&#91;Unit]\nDescription=Gitea (Git with a cup of tea)\nAfter=syslog.target\nAfter=network.target\nAfter=mariadb.service\n\n&#91;Service]\nLimitMEMLOCK=infinity\nLimitNOFILE=65535\nRestartSec=2s\nType=simple\nUser=git\nGroup=git\nWorkingDirectory=\/var\/lib\/gitea\/\nExecStart=\/usr\/local\/bin\/gitea web -c \/etc\/gitea\/app.ini\nRestart=always\nEnvironment=USER=git HOME=\/home\/git GITEA_WORK_DIR=\/var\/lib\/gitea\n\n&#91;Install]\nWantedBy=multi-user.target\nEOF<\/code><\/pre>\n\n\n\n<p>Reload systemd units:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl daemon-reload<\/code><\/pre>\n\n\n\n<p>Start Gitea service:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl start gitea<\/code><\/pre>\n\n\n\n<p>Confirm service status:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo chown  -R git:git \/var\/lib\/gitea\/\nsudo chmod -R 770 \/var\/lib\/gitea\/\nsudo systemctl restart gitea<\/code><\/pre>\n\n\n\n<p>Also enable the service to start on boot<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl enable gitea<\/code><\/pre>\n\n\n\n<p>Expected service status:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl status gitea -l<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"260\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-1024x260.png\" alt=\"\" class=\"wp-image-85676\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-1024x260.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-300x76.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-768x195.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-1536x391.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-2048x521.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-1652x420.png 1652w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-696x177.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-04-scaled-1-1068x272.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Step 4: Configure Nginx Proxy<\/h4>\n\n\n\n<p>Install nginx web server:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo yum -y install nginx vim<\/code><\/pre>\n\n\n\n<p>Create gitea virtualhost file using the command below:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo tee \/etc\/nginx\/conf.d\/gitea.conf &gt; \/dev\/null &lt;&lt;EOF\nserver {\n    listen 80;\n    server_name <mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">git.example.com<\/mark>;\n\n    location \/ {\n        proxy_pass http:\/\/localhost:3000;\n    }\n}\nEOF<\/code><\/pre>\n\n\n\n<p>Set correct domain name and restart nginx service.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>sudo systemctl restart nginx<\/code><\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Step 5: Access Gitea Web Dashboard<\/h4>\n\n\n\n<p>Visit the configured domain once you&#8217;ve updated DNS settings:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>https:&#47;&#47;git.example.com<\/code><\/pre>\n\n\n\n<p>Configure database connectivity in the first page:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"644\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-1024x644.png\" alt=\"\" class=\"wp-image-85683\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-1024x644.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-300x189.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-768x483.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-1536x965.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-2048x1287.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-668x420.png 668w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-696x437.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-05-scaled-1-1068x671.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>In the optional settings section, choose options to enable or disable, such as disabling the self registration feature:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img decoding=\"async\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-06-scaled-1-1024x644.png\" alt=\"\" class=\"wp-image-85684\" style=\"border-radius:10px\" title=\"\"><\/figure>\n\n\n\n<p>Create admin user you&#8217;ll use for administration purposes. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"644\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-1024x644.png\" alt=\"\" class=\"wp-image-85685\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-1024x644.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-300x189.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-768x483.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-1536x965.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-2048x1287.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-668x420.png 668w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-696x437.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-07-scaled-1-1068x671.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>Click Install to start the Installation:<\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"644\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-1024x644.png\" alt=\"\" class=\"wp-image-85687\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-1024x644.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-300x189.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-768x483.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-1536x965.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-2048x1287.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-668x420.png 668w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-696x437.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-08-scaled-1-1068x671.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>And you have successfully installed and configured Gitea git service on Amazon Linux 2023, you will be signed in as admin to start managing users and git repositories.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large has-custom-border\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"644\" src=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-1024x644.png\" alt=\"\" class=\"wp-image-85690\" style=\"border-radius:10px\" title=\"\" srcset=\"https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-1024x644.png 1024w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-300x189.png 300w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-768x483.png 768w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-1536x965.png 1536w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-2048x1287.png 2048w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-668x420.png 668w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-696x437.png 696w, https:\/\/computingforgeeks.com\/wp-content\/uploads\/2025\/06\/How-To-Install-Gitea-on-Amazon-Linux-2023-09-scaled-1-1068x671.png 1068w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<p>More articles on Amazon Linux:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-amazon-linux-2023-on-kvm-using-qcow2-image\/\">How To Install Amazon Linux 2023 on KVM using QCOW2 Image<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/install-and-configure-mattermost-server-on-amazon-linux\/\"><\/a><a href=\"https:\/\/computingforgeeks.com\/install-and-configure-mattermost-server-on-amazon-linux\/\">Install and Configure Mattermost Server on Amazon Linux 2023<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/install-java-21-openjdk-21-on-amazon-linux\/\">Install Java 21 (OpenJDK 21) on Amazon Linux 2023<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/computingforgeeks.com\/how-to-install-mongodb-8-0-on-amazon-linux\/\">How To Install MongoDB 8.0 on Amazon Linux 2023<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Gitea is the fastest and most painless way of setting up a self-hosted Git service on premise, or in a cloud infrastructure. The Gitea program is written in Go, to be fast, stable and reliable. The software package is distributed&nbsp;in binary format and it is easy to install and configure. Gitea is a cross-platform solution &#8230; <a title=\"How To Install Gitea on Amazon Linux 2023\" class=\"read-more\" href=\"https:\/\/computingforgeeks.com\/how-to-install-gitea-on-amazon-linux\/\" aria-label=\"Read more about How To Install Gitea on Amazon Linux 2023\">Read more<\/a><\/p>\n","protected":false},"author":3,"featured_media":161619,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[299,47,50],"tags":[612],"class_list":["post-75370","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-how-to","category-linux","category-linux-tutorials","tag-gitea"],"_links":{"self":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/75370","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/comments?post=75370"}],"version-history":[{"count":0,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/posts\/75370\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media\/161619"}],"wp:attachment":[{"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/media?parent=75370"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/categories?post=75370"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/computingforgeeks.com\/wp-json\/wp\/v2\/tags?post=75370"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}