CentOS 7
Sponsored Link

Install GitLab2015/10/25

 
Install GitLab which is project management tool like GitHub.
[1]
[2]
[3]
[4] Install GitLab.
It's easy to setup with gitlab-ctl command by using Chef Cook Book, SELinux policy is also configured.
[root@dlp ~]#
curl -O https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh

[root@dlp ~]#
sh script.rpm.sh
[root@dlp ~]#
yum -y install gitlab-ce
[root@dlp ~]#
gitlab-ctl reconfigure
.....
.....
Running handlers:
Running handlers complete
Chef Client finished, 457/648 resources updated in 04 minutes 54 seconds
gitlab Reconfigured!
[5] Access to [http://(your server's hostname or IP address)/] from any Client Host, then password reset is required at initial access, set new password you like.
[6] After reseting password, login form is shown, login with root user and password you just set abobve.
[7] This is GitLab main index. It's possible to use it like GitHub in local network.
Matched Content