mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Fix Installation from package
doc (#27459)
Fix the title size and add notes to the Gitea snap package. Related issue #27424, #27423, #27422, #27420
This commit is contained in:
parent
f2b2608a86
commit
7014ee0e39
@ -15,9 +15,11 @@ menu:
|
|||||||
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,
|
||||||
@ -27,9 +29,9 @@ but is not supported. To install Gitea via `brew`:
|
|||||||
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.
|
||||||
|
|
||||||
@ -37,7 +39,7 @@ Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch
|
|||||||
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.
|
||||||
|
|
||||||
@ -45,7 +47,7 @@ The rolling release distribution has [Gitea](https://www.archlinux.org/packages/
|
|||||||
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).
|
||||||
|
|
||||||
@ -53,7 +55,7 @@ Arch Linux ARM provides packages for [aarch64](https://archlinuxarm.org/packages
|
|||||||
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.
|
||||||
|
|
||||||
@ -61,20 +63,21 @@ The rolling release distribution has [Gitea](https://packages.gentoo.org/package
|
|||||||
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/).
|
||||||
|
|
||||||
@ -84,7 +87,7 @@ choco install gitea
|
|||||||
|
|
||||||
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:
|
||||||
|
|
||||||
@ -107,7 +110,7 @@ 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`.
|
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).
|
||||||
|
Loading…
Reference in New Issue
Block a user