You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/installation/from-package.en-us.md
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,11 @@ menu:
15
15
identifier: "install-from-package"
16
16
---
17
17
18
-
# Official packages
18
+
# Installation from Package
19
19
20
-
## macOS
20
+
## Official packages
21
+
22
+
### macOS
21
23
22
24
Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
23
25
Following the [deployment from binary](installation/from-binary.md) guide may work,
@@ -27,54 +29,55 @@ but is not supported. To install Gitea via `brew`:
27
29
brew install gitea
28
30
```
29
31
30
-
# Unofficial packages
32
+
##Unofficial packages
31
33
32
-
## Alpine Linux
34
+
###Alpine Linux
33
35
34
36
Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.
35
37
36
38
```sh
37
39
apk add gitea
38
40
```
39
41
40
-
## Arch Linux
42
+
###Arch Linux
41
43
42
44
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.
43
45
44
46
```sh
45
47
pacman -S gitea
46
48
```
47
49
48
-
## Arch Linux ARM
50
+
###Arch Linux ARM
49
51
50
52
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).
51
53
52
54
```sh
53
55
pacman -S gitea
54
56
```
55
57
56
-
## Gentoo Linux
58
+
###Gentoo Linux
57
59
58
60
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.
59
61
60
62
```sh
61
63
emerge gitea -va
62
64
```
63
65
64
-
## Canonical Snap
66
+
###Canonical Snap
65
67
66
68
There is a [Gitea Snap](https://snapcraft.io/gitea) package which follows the latest stable version.
69
+
*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*
67
70
68
71
```sh
69
72
snap install gitea
70
73
```
71
74
72
-
## SUSE and openSUSE
75
+
###SUSE and openSUSE
73
76
74
77
OpenSUSE build service provides packages for [openSUSE and SLE](https://software.opensuse.org/download/package?package=gitea&project=devel%3Atools%3Ascm)
75
78
in the Development Software Configuration Management Repository
76
79
77
-
## Windows
80
+
###Windows
78
81
79
82
There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by [Chocolatey](https://chocolatey.org/).
80
83
@@ -84,7 +87,7 @@ choco install gitea
84
87
85
88
Or follow the [deployment from binary](installation/from-binary.md) guide.
86
89
87
-
## FreeBSD
90
+
###FreeBSD
88
91
89
92
A FreeBSD port `www/gitea` is available. To install the pre-built binary package:
90
93
@@ -107,7 +110,7 @@ is in `/usr/local/etc/rc.d/gitea`.
107
110
108
111
To enable Gitea to run as a service, run `sysrc gitea_enable=YES` and start it with `service gitea start`.
109
112
110
-
## Others
113
+
###Others
111
114
112
115
Various other third-party packages of Gitea exist.
113
116
To see a curated list, head over to [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages).
0 commit comments