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

README.md 4.0 kB

12 years ago
12 years ago
10 years ago
10 years ago
12 years ago
12 years ago
12 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  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. [![Help Contribute to Open Source](https://www.codetriage.com/go-gitea/gitea/badges/users.svg)](https://www.codetriage.com/go-gitea/gitea)
  12. [![Become a backer/sponsor of gitea](https://opencollective.com/gitea/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/gitea)
  13. | | | |
  14. |:---:|:---:|:---:|
  15. |![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)|
  16. |![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)|
  17. |![Releases](https://image.ibb.co/cUzgfw/7.png)|![Activity](https://image.ibb.co/eZgGDG/8.png)|![Wiki](https://image.ibb.co/dYV9YG/9.png)|
  18. |![Diff](https://image.ibb.co/ewA9YG/10.png)|![Organization](https://image.ibb.co/ceOwDG/11.png)|![Profile](https://image.ibb.co/c44Q7b/12.png)|
  19. ## Purpose
  20. The goal of this project is to make the easiest, fastest, and most
  21. painless way of setting up a self-hosted Git service.
  22. Using Go, this can be done with an independent binary distribution across
  23. **all platforms** which Go supports, including Linux, macOS, and Windows
  24. on x86, amd64, ARM and PowerPC architectures.
  25. Want to try it before doing anything else?
  26. Do it [with the online demo](https://try.gitea.io/)!
  27. This project has been
  28. [forked](https://blog.gitea.io/2016/12/welcome-to-gitea/) from
  29. [Gogs](https://gogs.io) since 2016.11 but changed a lot.
  30. ## Building
  31. From the root of the source tree, run:
  32. make generate all
  33. More info: https://docs.gitea.io/en-us/install-from-source/
  34. ## Using
  35. ./gitea web
  36. NOTE: If you're interested in using our APIs, we have experimental
  37. support with [documentation](https://godoc.org/code.gitea.io/sdk/gitea).
  38. ## Contributing
  39. Expected workflow is: Fork -> Patch -> Push -> Pull Request
  40. NOTES:
  41. 1. **YOU MUST READ THE [CONTRIBUTORS GUIDE](CONTRIBUTING.md) BEFORE STARTING TO WORK ON A PULL REQUEST.**
  42. 2. If you have found a vulnerability in the project, please write privately to **security@gitea.io**. Thanks!
  43. ## Further information
  44. For more information and instructions about how to install Gitea, please look
  45. at our [documentation](https://docs.gitea.io/en-us/). If you have questions
  46. that are not covered by the documentation, you can get in contact with us on
  47. our [Discord server](https://discord.gg/NsatcWJ),
  48. [Matrix room](https://matrix.to/#/#gitea:matrix.org),
  49. or [forum](https://discourse.gitea.io/)!
  50. ## Authors
  51. * [Maintainers](https://github.com/orgs/go-gitea/people)
  52. * [Contributors](https://github.com/go-gitea/gitea/graphs/contributors)
  53. * [Translators](options/locale/TRANSLATORS)
  54. ## License
  55. This project is licensed under the MIT License.
  56. See the [LICENSE](https://github.com/go-gitea/gitea/blob/master/LICENSE) file
  57. for the full license text.