centos6安装gitlab
发布时间:2020-09-06 09:25:33 所属栏目:CentOS 来源:互联网
导读:gitlab资料社区网址 https://www.gitlab.cc/downloads/ 1. 安装配置依赖项 如想使用Postfix来发送邮件,在安装期间请选择Internet Site. 您也可以用sendmai或者配置SMTP服务并使用SMTP发送邮件. 在 Centos 6 和 7 系统上, 下面的命令将在系统防火墙里面开放HTT
gitlab资料社区网址 https://www.gitlab.cc/downloads/ 1. 安装配置依赖项如想使用Postfix来发送邮件,在安装期间请选择'Internet Site'. 您也可以用sendmai或者配置SMTP服务并使用SMTP发送邮件. 在 Centos 6 和 7 系统上,下面的命令将在系统防火墙里面开放HTTP和SSH端口. yuminstallcurlopenssh-serveropenssh-clientspostfixcronie 2. 添加GitLab仓库,并安装到服务器上 .curl-sShttp://packages.gitlab.cc/install/gitlab-ce/script.rpm.sh|sudobash sudoyuminstallgitlab-ce 3.启动gitlab加Gigitlab-ctlreconfigure tLab仓库,并安装到服务器上
|