1
0
mirror of https://gitlab.com/packaging/gitea synced 2024-12-18 16:13:44 +00:00
Gitea Debian/Ubuntu Packages - built by fpm
Go to file
morph027 5f329af2c8
update README
Signed-off-by: morph027 <stefan.heitmueller@gmx.com>
2022-01-17 09:40:17 +01:00
.gitlab-ci fix test install 2020-06-20 15:01:07 +02:00
.packaging add arm64 builds, refs #5 2022-01-17 08:55:54 +01:00
.repo/conf add arm64 builds, refs #5 2022-01-17 08:55:54 +01:00
.gitlab-ci.yml remove systemd autostart/enable, refs #6 2022-01-17 09:38:25 +01:00
README.md update README 2022-01-17 09:40:17 +01:00

Gitea Debian/Ubuntu Packages

Packages are built using fpm by pushing released tags and repo is created using Gitlabs static pages.

Minimum install and update tests are in place to prevent upload of broken packages.

Add repo signing key to apt

sudo curl -sL -o /etc/apt/trusted.gpg.d/morph027-gitea.asc https://packaging.gitlab.io/gitea/gpg.key

Add repo to apt

echo "deb https://packaging.gitlab.io/gitea gitea main" | sudo tee /etc/apt/sources.list.d/morph027-gitea.list

Install

sudo apt-get update
sudo apt-get install gitea

Start

systemctl start gitea
systemctl enable gitea