Pārlūkot izejas kodu

Fix `Installation from package` doc (#27459)

Fix the title size and add notes to the Gitea snap package.
Related issue #27424, #27423, #27422, #27420
tags/v1.22.0-rc0
Nanguan Lin pirms 8 mēnešiem
vecāks
revīzija
7014ee0e39
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 15 papildinājumiem un 12 dzēšanām
  1. 15
    12
      docs/content/installation/from-package.en-us.md

+ 15
- 12
docs/content/installation/from-package.en-us.md Parādīt failu

identifier: "install-from-package" identifier: "install-from-package"
--- ---


# Official packages
# Installation from Package


## macOS
## Official packages

### macOS


Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/). Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
Following the [deployment from binary](installation/from-binary.md) guide may work, Following the [deployment from binary](installation/from-binary.md) guide may work,
brew install gitea brew install gitea
``` ```


# Unofficial packages
## Unofficial packages


## Alpine Linux
### Alpine Linux


Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version. Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.


apk add gitea apk add gitea
``` ```


## Arch Linux
### Arch Linux


The rolling release distribution has [Gitea](https://www.archlinux.org/packages/extra/x86_64/gitea/) in their official extra repository and package updates are provided with new Gitea releases. The rolling release distribution has [Gitea](https://www.archlinux.org/packages/extra/x86_64/gitea/) in their official extra repository and package updates are provided with new Gitea releases.


pacman -S gitea pacman -S gitea
``` ```


## Arch Linux ARM
### Arch Linux ARM


Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages/aarch64/gitea), [armv7h](https://archlinuxarm.org/packages/armv7h/gitea) and [armv6h](https://archlinuxarm.org/packages/armv6h/gitea). Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages/aarch64/gitea), [armv7h](https://archlinuxarm.org/packages/armv7h/gitea) and [armv6h](https://archlinuxarm.org/packages/armv6h/gitea).


pacman -S gitea pacman -S gitea
``` ```


## Gentoo Linux
### Gentoo Linux


The rolling release distribution has [Gitea](https://packages.gentoo.org/packages/www-apps/gitea) in their official community repository and package updates are provided with new Gitea releases. The rolling release distribution has [Gitea](https://packages.gentoo.org/packages/www-apps/gitea) in their official community repository and package updates are provided with new Gitea releases.


emerge gitea -va emerge gitea -va
``` ```


## Canonical Snap
### Canonical Snap


There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version. There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
*Note: The Gitea snap package is [strictly confined](https://snapcraft.io/docs/snap-confinement). Strictly confined snaps run in complete isolation, so some of the Gitea functionals may not work with the confinement*


```sh ```sh
snap install gitea snap install gitea
``` ```


## SUSE and openSUSE
### SUSE and openSUSE


OpenSUSE build service provides packages for [openSUSE and SLE](https://software.opensuse.org/download/package?package=gitea&project=devel%3Atools%3Ascm) OpenSUSE build service provides packages for [openSUSE and SLE](https://software.opensuse.org/download/package?package=gitea&project=devel%3Atools%3Ascm)
in the Development Software Configuration Management Repository in the Development Software Configuration Management Repository


## Windows
### Windows


There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by [Chocolatey](https://chocolatey.org/). There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by [Chocolatey](https://chocolatey.org/).




Or follow the [deployment from binary](installation/from-binary.md) guide. Or follow the [deployment from binary](installation/from-binary.md) guide.


## FreeBSD
### FreeBSD


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




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


## Others
### Others


Various other third-party packages of Gitea exist. Various other third-party packages of Gitea exist.
To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages). To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages).

Notiek ielāde…
Atcelt
Saglabāt