Gitea: Homebrew
Go to file
Lunny Xiao f7b8f58b1d Upgrade gitea to 1.11.2 (#86)
Upgrade gitea to 1.11.2

Reviewed-on: gitea/homebrew-gitea#86
Reviewed-by: Guillermo Prandi <guillep2k@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-03-08 01:28:40 +00:00
.github Add .github & update contributing/maintainers file 2017-01-24 21:59:59 +01:00
.editorconfig Initial commit 2016-11-25 14:46:19 +01:00
.lgtm update LGTM pattern (#30) 2018-01-09 02:25:01 +02:00
changelog.rb Add changelog tool (#81) 2020-02-07 09:34:13 +00:00
CONTRIBUTING.md Add .github & update contributing/maintainers file 2017-01-24 21:59:59 +01:00
CONTRIBUTORS Initial commit 2016-11-25 14:46:19 +01:00
DCO Initial commit 2016-11-25 14:46:19 +01:00
gitea.rb Upgrade gitea to 1.11.2 (#86) 2020-03-08 01:28:40 +00:00
lgtm.rb Deduplicate code and Update 1.2.2 (#24) 2017-10-28 17:00:42 +02:00
LICENSE Initial commit 2016-11-25 14:46:19 +01:00
MAINTAINERS Update MAINTAINERS file 2019-01-02 19:13:38 +01:00
README.md Added info about brew uninstall (#74) 2019-10-31 14:26:31 +00:00
tea.rb update tea to 0.1.2 (#78) 2019-11-16 02:51:25 +00:00

Gitea: Homebrew

Join the chat at https://img.shields.io/discord/322538954119184384.svg

Homebrew repository to install Gitea on macOS.

Prepare

brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Install

gitea

brew install gitea
gitea -h

Upgrade

In case you installed Gitea before v1.8.3, you still might have the old tap. In that case, you need to remove it and add the new tap via

brew untap go-gitea/gitea
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea

Once you updated the tap, you can upgrade via

brew update && brew upgrade gitea

Uninstall

You can uninstall Gitea with

brew uninstall gitea

Note that this will only uninstall the gitea binary. Your repositories, configuration, database, logs etc. are still kept in their locations (to check which folders Gitea is using, see Site administration -> Configuration).

Contributing

Fork -> Patch -> Push -> Pull Request

Authors

License

This project is under the MIT License. See the LICENSE file for the full license text.

Copyright (c) 2016 The Gitea Authors <https://gitea.io>