Centos7五步搭建Gitlab环境
1.准备一台Centos7环境。 如果是Window环境参考以下博客: [WINDOWS7五步快速搭建Centos7环境](https://blog.csdn.net/doegoo/article/details/80061524) 2.安装前准备 参考官方文档: [https://about.gitlab.com/installation/#centos-7] 安装相关工具类: sudo yum install -y curl policycoreutils-python openssh-server sudo systemctl enable sshd sudo systemctl start sshd sudo firewall-cmd --permanent --add-service=http sudo systemctl reload firewalld sudo yum install postfix sudo systemctl enable postfix sudo systemctl start postfix 3.配置国内YUM源 参考清华...






