Skip to content

Instantly share code, notes, and snippets.

@daicham
Last active August 29, 2015 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daicham/dec93e7c8b133a66e98b to your computer and use it in GitHub Desktop.
Save daicham/dec93e7c8b133a66e98b to your computer and use it in GitHub Desktop.
[WIP] Installing Gitlab CE Omnibus Package on CentOS 6

Installing Gitlab Omnibus Package on CentOS 6.0

see also: https://about.gitlab.com/downloads/

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)

@thiagolocatelli
Copy link

Did you find a resolution for that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment