You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
3.7 KiB

10 years ago
10 years ago
9 years ago
9 years ago
10 years ago
10 years ago
10 years ago
  1. [简体中文](https://github.com/go-gitea/gitea/blob/master/README_ZH.md)
  2. # Gitea - Git with a cup of tea
  3. [![Build Status](https://drone.gitea.io/api/badges/go-gitea/gitea/status.svg)](https://drone.gitea.io/go-gitea/gitea)
  4. [![Join the Discord chat at https://discord.gg/NsatcWJ](https://img.shields.io/discord/322538954119184384.svg)](https://discord.gg/NsatcWJ)
  5. [![Join the Matrix chat at https://matrix.to/#/#gitea:matrix.org](https://img.shields.io/badge/matrix-%23gitea%3Amatrix.org-7bc9a4.svg)](https://matrix.to/#/#gitea:matrix.org)
  6. [![](https://images.microbadger.com/badges/image/gitea/gitea.svg)](https://microbadger.com/images/gitea/gitea "Get your own image badge on microbadger.com")
  7. [![codecov](https://codecov.io/gh/go-gitea/gitea/branch/master/graph/badge.svg)](https://codecov.io/gh/go-gitea/gitea)
  8. [![Go Report Card](https://goreportcard.com/badge/code.gitea.io/gitea)](https://goreportcard.com/report/code.gitea.io/gitea)
  9. [![GoDoc](https://godoc.org/code.gitea.io/gitea?status.svg)](https://godoc.org/code.gitea.io/gitea)
  10. [![Release](https://github-release-version.herokuapp.com/github/go-gitea/gitea/release.svg?style=flat)](https://github.com/go-gitea/gitea/releases/latest)
  11. | | | |
  12. |:---:|:---:|:---:|
  13. |![Dashboard](https://image.ibb.co/dms6DG/1.png)|![Repository](https://image.ibb.co/m6MSLw/2.png)|![Commits History](https://image.ibb.co/cjrSLw/3.png)|
  14. |![Branches](https://image.ibb.co/e6vbDG/4.png)|![Issues](https://image.ibb.co/bJTJSb/5.png)|![Pull Request View](https://image.ibb.co/e02dSb/6.png)|
  15. |![Releases](https://image.ibb.co/cUzgfw/7.png)|![Activity](https://image.ibb.co/eZgGDG/8.png)|![Wiki](https://image.ibb.co/dYV9YG/9.png)|
  16. |![Diff](https://image.ibb.co/ewA9YG/10.png)|![Organization](https://image.ibb.co/ceOwDG/11.png)|![Profile](https://image.ibb.co/c44Q7b/12.png)|
  17. ## Purpose
  18. The goal of this project is to make the easiest, fastest, and most
  19. painless way of setting up a self-hosted Git service.
  20. Using Go, this can be done with an independent binary distribution across
  21. **all platforms** which Go supports, including Linux, macOS, and Windows
  22. on x86, amd64, ARM and PowerPC architectures.
  23. Want to try it before doing anything else?
  24. Do it [with the online demo](https://try.gitea.io/)!
  25. This project has been
  26. [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from
  27. [Gogs](https://gogs.io) since 2016.11 but changed a lot.
  28. ## Building
  29. From the root of the source tree, run:
  30. make generate all
  31. More info: https://docs.gitea.io/en-us/install-from-source/
  32. ## Using
  33. ./gitea web
  34. NOTE: If you're interested in using our APIs, we have experimental
  35. support with [documentation](https://godoc.org/code.gitea.io/sdk/gitea).
  36. ## Contributing
  37. Expected workflow is: Fork -> Patch -> Push -> Pull Request
  38. NOTES:
  39. 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
  40. 2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks!
  41. ## Further information
  42. For more information and instructions about how to install Gitea, please look
  43. at our [documentation](https://docs.gitea.io/en-us/). If you have questions
  44. that are not covered by the documentation, you can get in contact with us on
  45. our [Discord server](https://discord.gg/NsatcWJ),
  46. [Matrix room](https://matrix.to/#/#gitea:matrix.org),
  47. or [forum](https://discourse.gitea.io/)!
  48. ## Authors
  49. * [Maintainers](https://github.com/orgs/go-gitea/people)
  50. * [Contributors](https://github.com/go-gitea/gitea/graphs/contributors)
  51. * [Translators](options/locale/TRANSLATORS)
  52. ## License
  53. This project is licensed under the MIT License.
  54. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file
  55. for the full license text.