centos直接安裝gitLab教程
1. 安裝依賴軟件
yum -y install policycoreutils openssh-server openssh-clients postfix
2.設置postfix開機自啟,并啟動,postfix支持gitlab發信功能
systemctl enable postfix && systemctl start postfix
# 如果執行這步報錯,則按照下面操作
vim /etc/postfix/main.cf
inet_protocols = ipv4
inet_interfaces = all
3.下載gitlab安裝包,然后安裝
centos6系統的下載地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6
centos7系統的下載地址:https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7
# 下載rpm包并安裝:
wget https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7/gitlab-ce-8.0.0-ce.0.el7.x86_64.rpm
rpm -i gitlab-ce-8.0.0-ce.0.el7.x86_64.rpm --force --nodeps
4.修改gitlab配置文件指定服務器ip和自定義端口
vim /etc/gitlab/gitlab.rb
external_url項配置
5.重置并啟動GitLab
gitlab-ctl reconfigure
gitlab-ctl restart
#執行gitlab-ctl reconfigure可能會卡死,則ctrl+c強制退出
運行:systemctl restart gitlab-runsvdir;
再次執行:gitlab-ctl reconfigure
6. 默認賬戶和密碼
# 賬戶
root
# 密碼
5iveL!fe