gitea/docs/content/doc/installation/from-package.en-us.md

2.0 KiB

date title slug weight toc draft menu
2016-12-01T16:00:00+02:00 Installation from package install-from-package 10 true false
sidebar
parent name weight identifier
installation From package 20 install-from-package

Installation from package

Debian

The only distribution that has any "official" package of Gitea is Debian. This is currently in Debian's contrib. This is (currently) only available in Debian testing and unstable (but should be installable/functional on stable).

For other distributions, see the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.

Windows

There are no published packages for Windows. This page will change when packages are published, in the form of MSI installers or via Chocolatey. In the meantime the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.

macOS

Currently, the only supported method of installation on MacOS is Homebrew. Following the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide may work, but is not supported. To install Gitea via brew:

brew tap go-gitea/gitea
brew install gitea

FreeBSD

A FreeBSD port www/gitea is available. To install the pre-built binary package:

pkg install gitea

For the most up to date version, or to build the port with custom options, install it from the port:

su -
cd /usr/ports/www/gitea
make install clean

The port uses the standard FreeBSD file system layout: config files are in /usr/local/etc/gitea, bundled templates, options, plugins and themes are in /usr/local/share/gitea, and a start script is in /usr/local/etc/rc.d/gitea.

To enable Gitea to run as a service, run sysrc gitea_enable=YES and start it with service gitea start.