Skip to content

Commit 76cdf3b

Browse files
Docs: Installation from package (#13607)
* add Arch Linux * add Arch Linux ARM * remove Debian There is no package in any of Debian's official repositories as of 17.11.2020 17:55 UTC. * shrink Alpine Linux * Update docs/content/doc/installation/from-package.en-us.md Co-authored-by: techknowlogick <[email protected]> Co-authored-by: techknowlogick <[email protected]>
1 parent 0615b66 commit 76cdf3b

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

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

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,29 @@ menu:
1515

1616
# Installation from package
1717

18-
## Debian
18+
## Alpine Linux
1919

20-
Although there is a package of Gitea in Debian's [contrib](https://wiki.debian.org/SourcesList),
21-
it is not supported directly by us.
20+
Alpine Linux has [Gitea](https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge) in its community repository which follows the latest stable version.
2221

23-
Unfortunately, the package is not maintained anymore and broken because of missing sources.
24-
Please follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide instead.
22+
```sh
23+
apk add gitea
24+
```
2525

26-
Should the packages get updated and fixed, we will provide up-to-date installation instructions here.
26+
## Arch Linux
2727

28-
## Alpine Linux
28+
The rolling release distribution has [Gitea](https://www.archlinux.org/packages/community/x86_64/gitea/) in their official community repository and package updates are provided with new Gitea releases.
2929

30-
Alpine Linux has gitea in its community repository. It follows the latest stable version.
31-
for more information look at https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge.
30+
```sh
31+
pacman -S gitea
32+
```
33+
34+
## Arch Linux ARM
35+
36+
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).
3237

33-
install as usual:
3438
```sh
35-
apk add gitea
39+
pacman -S gitea
3640
```
37-
config is found in **/etc/gitea/app.ini**
3841

3942
## Windows
4043

0 commit comments

Comments
 (0)