gitlab 搭建rpm版

gitlab-ce服务端rpm包已装
配置gitlab(配置时间大概十分钟gitlab-ctl status
gitlab-ctl stop停止
# vi /etc/gitlab/gitlab.rb   (取消注释并修改端口)
unicorn['port'] = 8801
# gitlab-ctl reconfigure  (重新生成配置)
# gitlab-ctl restart# lsof -i:8801  
127.0.0.1登陆 root 和 5iveL!fe
root/1234.com
--------------------------------------------------------------------------------------------------------------------
gitlab开原https://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6/
yum install gitlab-ce清华镜像
gitlab-rake gitlab:check SANITIZE=true --trace    # 检查gitlab;
gitlab-ctl tail        # 查看日志;
sudo gitlab-ctl start    # 启动所有 gitlab 组件;
--------------------------------------------------
--------------------------------------------------------------------------------------------------------------
1.前期准备工作
yum install curl openssh-server openssh-clients postfix cronie
#GitLab使用postfix发送邮件  service postfix start
#设置postfix开机自启动sudo chkconfig postfix on
--------------------------------------------------------------------------------------------------------------------
https://blog.csdn.net/liboyang71/article/details/79886882
---------------------------------------------------------------------------------------------------------------------
https://www.jianshu.com/p/fea4d20515ac
https://zhuanlan.zhihu.com/p/33592623

你可能感兴趣的:(进阶)