欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Gogs
来自开放百科 - 灰狐
(版本间的差异)
小 (→GitLab) |
小 (→安装) |
||
第6行: | 第6行: | ||
==安装== | ==安装== | ||
− | 二进制安装 | + | ===二进制安装=== |
下载[https://gogs.io/docs/installation/install_from_binary 二进制压缩包] | 下载[https://gogs.io/docs/installation/install_from_binary 二进制压缩包] | ||
cd gogs | cd gogs | ||
第12行: | 第12行: | ||
http://0.0.0.0:3000 | http://0.0.0.0:3000 | ||
当用户注册时 ID = 1 则会自动成为管理员,无需邮箱验证。 | 当用户注册时 ID = 1 则会自动成为管理员,无需邮箱验证。 | ||
+ | |||
+ | ===PostgreSQL=== | ||
+ | |||
+ | ===Nginx=== | ||
+ | server { | ||
+ | listen 80; | ||
+ | server_name git.crystalnetwork.us; | ||
+ | |||
+ | location / { | ||
+ | proxy_pass http://localhost:3000; | ||
+ | } | ||
+ | } | ||
+ | *[https://gogs.io/docs/intro/faqs 更多细节] | ||
==指南== | ==指南== |
2016年3月31日 (四) 11:34的版本
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 git.crystalnetwork.us;
location / { proxy_pass http://localhost:3000; } }
指南
GitLab
- Gitlab 到 gogs 的迁移: gitlab to gogs
- Gogs:可能是比Gitlab更好的选择
OpenShift
在OpenShift部署运行gogs
Pubbet
puppet module install Siteminds-gogs
Puppet module to manage the Go Git Service (Gogs)
图集
链接
分享您的观点