install gitlab for CentOS
CentOS , libero18/user cookbook , libero18/rbenv cookbook , libero18/gitlab.json chef roles
libero18/.chef roles
[roles/gitlab.json](https://github.com/libero18/.chef/blob/master/roles/gitlab.json)
libero18/user default
[attributes/default.rb](https://github.com/libero18/user/blob/master/attributes/default.rb)
libero18/rbenv default
[attributes/default.rb](https://github.com/libero18/rbenv/blob/master/attributes/default.rb)
['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
}