2014-03-24 15:36:38 +04:00
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)
2014-03-23 04:25:39 +04:00
=====================
Gogs(Go Git Service) 是一个由 Go 语言编写的自助 Git 托管服务。
![Demo ](http://gowalker.org/public/gogs_demo.gif )
2014-03-30 01:50:51 +04:00
##### 当前版本: 0.2.0 Alpha
2014-03-23 04:25:39 +04:00
## 开发目的
Gogs 完全使用 Go 语言来实现对 Git 数据的操作,实现 **零** 依赖,并且支持 Go 语言所支持的 **所有平台** ,包括 Linux、Mac OS X 以及 Windows。
更重要的是,您只需要一个可执行文件就能借助 Gogs 快速搭建属于您自己的代码托管服务!
## 项目概览
2014-03-27 15:26:03 +04:00
- 有关项目设计、已知问题、变更日志和路线图,请通过 [Wiki ](https://github.com/gogits/gogs/wiki ) 查看。
2014-03-26 07:53:01 +04:00
- 您可以到 [Trello Board ](https://trello.com/b/uxAoeLUl/gogs-go-git-service ) 跟随开发团队的脚步。
2014-03-23 04:25:39 +04:00
- 想要先睹为快?通过 [在线体验 ](http://try.gogits.org/Unknown/gogs ) 或查看 **安装部署 -> 二进制安装** 小节。
- 使用过程中遇到问题?尝试从 [故障排查 ](https://github.com/gogits/gogs/wiki/Troubleshooting ) 页面获取帮助。
## 功能特性
- 活动时间线
2014-03-27 19:37:33 +04:00
- SSH/HTTPS( 仅限 Clone) 协议支持
2014-04-05 02:31:09 +04:00
- 注册/删除/重命名用户
- 创建/删除/关注/重命名公开仓库
2014-03-23 04:25:39 +04:00
- 仓库浏览器
2014-04-02 05:19:19 +04:00
- Bug 追踪系统
2014-03-25 22:04:57 +04:00
- Gravatar 以及缓存支持
2014-03-26 17:22:08 +04:00
- 邮件服务( 注册、Issue)
2014-03-23 04:25:39 +04:00
- 管理员面板
- 支持 MySQL、PostgreSQL 以及 SQLite3( 仅限二进制版本)
## 安装部署
在安装 Gogs 之前,您需要先安装 [基本环境 ](https://github.com/gogits/gogs/wiki/Prerequirements )。
然后,您可以通过以下两种方式来安装 Gogs:
- [二进制安装 ](https://github.com/gogits/gogs/wiki/Install-from-binary ): **强烈推荐** 适合体验者和实际部署
- [源码安装 ](https://github.com/gogits/gogs/wiki/Install-from-source )
## 特别鸣谢
2014-03-24 15:36:38 +04:00
- Logo 基于 [martini-contrib ](https://github.com/martini-contrib ) 修改而来。
- 基于 [WeTalk ](https://github.com/beego/wetalk ) 修改的邮件服务和模块设计。
- 基于 [GoBlog ](https://github.com/fuxiaohei/goblog ) 修改的系统监视状态。
- [beego ](http://beego.me ) 模块的使用与修改。
- [martini ](http://martini.codegangsta.io/ ) 的路由与中间件机制。
2014-03-24 19:44:47 +04:00
- 感谢 [gobuild.io ](http://gobuild.io ) 提供二进制编译与下载服务。
2014-03-23 04:25:39 +04:00
## 贡献成员
2014-04-02 05:19:19 +04:00
本项目最初由 [Unknown ](https://github.com/Unknwon ) 和 [lunny ](https://github.com/lunny ) 发起,随后 [fuxiaohei ](https://github.com/fuxiaohei )、[slene](https://github.com/slene) 以及 [skyblue ](https://github.com/shxsun ) 加入到开发团队。您可以通过查看 [贡献者页面 ](https://github.com/gogits/gogs/graphs/contributors ) 获取完整的贡献者列表。
2014-03-27 20:48:29 +04:00
## 授权许可
Gogs 采用 MIT 开源授权许可证,完整的授权说明已放置在 [LICENSE ](https://github.com/gogits/gogs/blob/master/LICENSE ) 文件中。