• 隐藏侧边栏
  • 展开分类目录
  • 关注微信公众号
  • 我的GitHub
  • QQ:1753970025
Chen Jiehua
月份: 2015-07

GitLab搭建(续)

然而,在我真正开始搭建Gitlab的时候,我才发现了一个问题,那就是官方提供的Omnibus package installation默认使用的数据库是PostgreSQL,而redis默认采用了soket通信。而我并不想这么做……

GitLab搭建

之前搭建了简单的Git Server,而最近服务器上的数据重新整理了一下,便打算重新搭建一个私有git服务器来管理自己的代码,GitLab还是很不错的选择。

Seelog CustomReceiver

Seelog is a powerful and easy-to-learn logging framework that provides functionality for flexible dispatching, filtering, and formatting log messages. It is natively written in the Go programming lang […]

Sentry日志管理

Sentry是个很好用的错误日志服务器,可以将程序错误的详细情况集中捕获,并提供一个很漂亮的Web界面来浏览错误。 Sentry本身是用python写的,但它支持python、php、ruby、iOS等多种语言。

Go struct tags

关于Go中的Struct tags,http://golang.org/ref/spec中对它的描述: A field declaration may be followed by an optional string literal tag, which becomes an attribute for all the fields in the corresponding field decl […]