aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2020-05-17 13:09:56 +0200
committerGitHub <noreply@github.com>2020-05-17 14:09:56 +0300
commit7d9946f98979cad5cfdea7c690b3b61e2381b76f (patch)
tree5897ed4b6ef679d86bc8127aaf9a8310c97709a5 /docs
parent75918d9dc679fe08e8f43572bb1aa4cf09d3c96a (diff)
downloadgitea-7d9946f98979cad5cfdea7c690b3b61e2381b76f.tar.gz
gitea-7d9946f98979cad5cfdea7c690b3b61e2381b76f.zip
Docs: add AlpineLinux packages (#11446)
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/installation/from-package.en-us.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/content/doc/installation/from-package.en-us.md b/docs/content/doc/installation/from-package.en-us.md
index 3c875cd143..b9d101d3a0 100644
--- a/docs/content/doc/installation/from-package.en-us.md
+++ b/docs/content/doc/installation/from-package.en-us.md
@@ -25,6 +25,17 @@ Please follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}
Should the packages get updated and fixed, we will provide up-to-date installation instructions here.
+## Alpine Linux
+
+Alpine Linux has gitea in its community repository. It follows the latest stable version.
+for more information look at https://pkgs.alpinelinux.org/packages?name=gitea&branch=edge.
+
+install as usual:
+```sh
+apk add gitea
+```
+config is found in **/etc/gitea/app.ini**
+
## Windows
There are no published packages for Windows. This page will change when packages are published,