Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.66 KB

README.md

File metadata and controls

51 lines (32 loc) · 1.66 KB

Build Status

Description

install gitlab for CentOS

Requirements

CentOS , libero18/user cookbook , libero18/rbenv cookbook , libero18/gitlab.json chef roles

Attributes

[roles/gitlab.json](https://github.com/libero18/.chef/blob/master/roles/gitlab.json)
[attributes/default.rb](https://github.com/libero18/user/blob/master/attributes/default.rb)
[attributes/default.rb](https://github.com/libero18/rbenv/blob/master/attributes/default.rb)

libero18/gitlab default

['user']                               = "gitlab"
['group']                              = "gitlab"
['home']                               = "/var/gitlab"
['mode']                               = "0755"


['gitlab']['repo']                     = "git://github.com/gitlabhq/gitlabhq.git"
['gitlab']['branch']                   = "master"

['gitlab']['packages']                 = %w{
                                             curl wget libxslt-devel sqlite-devel openssl-devel
                                             mysql++-devel libicu-devel glibc-devel
                                             libyaml-devel nginx python python-devel
                                       }

Usage