ae9aa9151e825bddbae1687a9e3421272fbb7bf7
[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.0`, `@beta`,
9 etc).
10
11 ## Cheat Sheet
12
13 > Gitea is a clean, lightweight self-hosted Github clone. It only uses a few
14 > megabytes of RAM so it's perfect for hosting git on small VPSes and Raspberry
15 > Pis. It's forked from Gogs, and very familiar user-friendly for Github users
16 > in comparison to Gitlab or Bitbucket.
17
18 ### How to run `gitea`
19
20 ```bash
21 gitea web --config ~/.local/opt/gitea/custom/conf/app.ini
22 ```
23
24 Note: `gitea` does NOT respect the _current working directory_ - the `./custom/`
25 folder must always exist in the location of the binary, which will be
26 `~/.local/opt/gitea/`.