Gogs

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(链接)
(指南)
第25行: 第25行:
 
*[https://gogs.io/docs/intro/faqs 更多细节]
 
*[https://gogs.io/docs/intro/faqs 更多细节]
  
==指南==
+
==开源组件==
 +
===Web框架===
 +
*[http://go-macaron.com/ Macaron]
 +
 
 +
===UI组件===
 +
*[http://www.semantic-ui.cn/ Semantic UI]
 +
*[https://octicons.github.com/ GitHub Octicons]
 +
*[http://fontawesome.io/ Font Awesome]
 +
 
 +
===前端插件===
 +
*[http://www.dropzonejs.com/ DropzoneJS]
 +
*[https://highlightjs.org/ highlight.js]
 +
*[https://zenorocha.github.io/clipboard.js/ clipboard.js]
 +
*[https://github.com/Ranks/emojify.js emojify.js]
 +
*[https://github.com/xdan/datetimepicker jQuery Date Time Picker]
 +
*[https://github.com/claviska/jquery-minicolors jQuery MiniColors]
 +
 
 +
===ORM===
 +
*[https://github.com/go-xorm/xorm Xorm]
 +
 
 +
===数据库驱动===
 +
*[https://github.com/go-sql-driver/mysql MySQL]
 +
*[https://github.com/lib/pq github.com/lib/pq PostgreSQL]
 +
*[https://github.com/mattn/go-sqlite3 sqlite3]
  
 
==GitLab==
 
==GitLab==

2016年4月16日 (六) 16:50的版本

Gogs (Go Git Service) 是一款极易搭建的自助 Git 服务。

它是 Gitlab 的替代产品,Go 语言编写,MIT许可协议。

因为使用 Go 语言开发使得 Gogs 能够通过独立的二进制分发。

目录

安装

二进制安装

下载二进制压缩包
cd gogs
./gogs web
http://0.0.0.0:3000

当用户注册时 ID = 1 则会自动成为管理员,无需邮箱验证。

PostgreSQL

Nginx

server {
    listen 80;
    server_name code.huihoo.com;
    location / {
        proxy_pass http://localhost:3000;
    }
}

开源组件

Web框架

UI组件

前端插件

ORM

数据库驱动

GitLab

OpenShift

OpenShift部署运行gogs

Pubbet

puppet module install Siteminds-gogs

Puppet module to manage the Go Git Service (Gogs)

图集

链接

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱