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.

52 lines
2.7 KiB

10 years ago
10 years ago
  1. Gogs - Go Git Service [![wercker status](https://app.wercker.com/status/ad0bdb0bc450ac6f09bc56b9640a50aa/s/ "wercker status")](https://app.wercker.com/project/bykey/ad0bdb0bc450ac6f09bc56b9640a50aa) [![Build Status](https://drone.io/github.com/gogits/gogs/status.png)](https://drone.io/github.com/gogits/gogs/latest) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/gogits/gogs/trend.png)](https://bitdeli.com/free "Bitdeli Badge")
  2. =====================
  3. Gogs(Go Git Service) 是一个由 Go 语言编写的自助 Git 托管服务。
  4. ![Demo](http://gowalker.org/public/gogs_demo.gif)
  5. ##### 当前版本:0.1.6 Alpha
  6. ## 开发目的
  7. Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依赖,并且支持 Go 语言所支持的 **所有平台**,包括 Linux、Mac OS X 以及 Windows。
  8. 更重要的是,您只需要一个可执行文件就能借助 Gogs 快速搭建属于您自己的代码托管服务!
  9. ## 项目概览
  10. - 有关项目设计、开发说明、变更日志和路线图,请通过 [Wiki](https://github.com/gogits/gogs/wiki) 查看。
  11. - 您可以到 [Trello Broad](https://trello.com/b/uxAoeLUl/gogs-go-git-service) 跟随开发团队的脚步。
  12. - 想要先睹为快?通过 [在线体验](http://try.gogits.org/Unknown/gogs) 或查看 **安装部署 -> 二进制安装** 小节。
  13. - 使用过程中遇到问题?尝试从 [故障排查](https://github.com/gogits/gogs/wiki/Troubleshooting) 页面获取帮助。
  14. ## 功能特性
  15. - 活动时间线
  16. - SSH 协议支持
  17. - 注册/删除用户
  18. - 创建/删除/关注公开仓库
  19. - 用户个人信息页面
  20. - 仓库浏览器
  21. - Gravatar 支持
  22. - 邮件服务(注册)
  23. - 管理员面板
  24. - 支持 MySQL、PostgreSQL 以及 SQLite3(仅限二进制版本)
  25. ## 安装部署
  26. 在安装 Gogs 之前,您需要先安装 [基本环境](https://github.com/gogits/gogs/wiki/Prerequirements)。
  27. 然后,您可以通过以下两种方式来安装 Gogs:
  28. - [二进制安装](https://github.com/gogits/gogs/wiki/Install-from-binary): **强烈推荐** 适合体验者和实际部署
  29. - [源码安装](https://github.com/gogits/gogs/wiki/Install-from-source)
  30. ## 特别鸣谢
  31. - Logo 基于 [martini](https://github.com/martini-contrib) 修改而来。
  32. - 邮件服务、模块设计基于 [WeTalk](https://github.com/beego/wetalk) 修改而来。
  33. - 系统监视状态基于 [GoBlog](https://github.com/fuxiaohei/goblog) 修改而来。
  34. ## 贡献成员
  35. 本项目最初由 [Unknown](https://github.com/Unknwon) 和 [lunny](https://github.com/lunny) 发起,随后 [fuxiaohei](https://github.com/fuxiaohei) 与 [slene](https://github.com/slene) 加入到开发团队。您可以通过查看 [贡献者页面](https://github.com/gogits/gogs/graphs/contributors) 获取完整的贡献者列表。