Installing Gitlab Omnibus Package on CentOS 6.0 === see also: https://about.gitlab.com/downloads/ ```shell sudo yum install curl openssh-server postfix cronie -y sudo service postfix start sudo chkconfig postfix on sudo lokkit -s http -s ssh curl https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash sudo yum install gitlab-ce -y sudo gitlab-ctl reconfigure ``` If following error is occurred, see blogs bellow.(but unresolved yet) - `Failed dependencies: rpmlib(TildeInVersions) <= 4.10.0-1 is needed by gitlab-ce-xxxxx` - see: - https://gitlab.com/gitlab-org/gitlab-ce/issues/1538 - http://www.linuxquestions.org/questions/linux-software-2/rpm-yum-error-no-dbpath-has-been-set-4175539473/