Posts
read more
Gitea Server Installation on a Raspberry Pi
Create a ‘git’ user:
$ sudo adduser git
Login as the ‘git’ user and download the gitea binary from the gitea website (choose the latest version):
wget -O gitea https://dl.gitea.io/gitea/1.14.5/gitea-1.14.5-linux-amd64 chmod +x gitea
Create a service. We’re keeping it simple here so we don’t need a lot of the database-specific stuff: