refactor: finish moving ssh-* scripts to own installers
[webi-installers/.git] / gitea / README.md
1 ---
2 title: Gitea
3 homepage: https://github.com/go-gitea/gitea
4 tagline: |
5   Gitea: Git with a cup of tea, painless self-hosted git service.
6 ---
7
8 To update or switch versions, run `webi gitea@stable` (or `@v1.14`, `@beta`,
9 etc).
10
11 **Windows users**: You must [install git](/git) first.
12
13 ## Cheat Sheet
14
15 > Gitea is a clean, lightweight self-hosted Github clone. It only uses a few
16 > megabytes of RAM so it's perfect for hosting git on small VPSes and Raspberry
17 > Pis. It's forked from Gogs, and very familiar user-friendly for Github users
18 > in comparison to Gitlab or Bitbucket.
19
20 ### How to run `gitea`
21
22 ```bash
23 gitea web --config ~/.local/opt/gitea/custom/conf/app.ini
24 ```
25
26 Note: `gitea` does NOT respect the _current working directory_ - the `./custom/`
27 folder must always exist in the location of the binary, which will be
28 `~/.local/opt/gitea/`.