1.安装和配置必要的依赖关系
如果您安装Postfix发送电子邮件,请在安装过程中选择“Internet站点”。您可以使用Sendmail或配置自定义SMTP服务器并将其配置为SMTP服务器,而不使用Postfix 。
在Centos 6和7上,以下命令还将在系统防火墙中打开HTTP和SSH访问。
sudo yum install curl policycoreutils openssh-server openssh-clients
sudo systemctl enable sshd
sudo systemctl start sshd
sudo yum install postfix
sudo systemctl enable postfix
sudo systemctl start postfix
sudo firewall-cmd --permanent --add-service=http
sudo systemctl reload firewalld
2.添加GitLab软件包服务器并安装软件包
curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
sudo yum install gitlab-ce
如果感觉安装过慢可以按Ctrl+C
终止
新建 /etc/yum.repos.d/gitlab-ce.repo,内容为
[gitlab-ce]
name=gitlab-ce
baseurl=http://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el7
repo_gpgcheck=0
gpgcheck=0
enabled=1
gpgkey=https://packages.gitlab.com/gpg.key
然后执行
sudo yum makecache
sudo yum install gitlab-ce
不久就会看到下面这个图片
3.配置并启动GitLab
sudo gitlab-ctl reconfigure
4.浏览到主机名和登录
在您第一次访问时,系统会将您重定向到密码重置屏幕,以提供初始管理员帐户的密码。输入所需的密码,您将被重定向回登录屏幕。
默认帐户的用户名是root。提供您先前创建的密码并登录。登录后,您可以根据需要更改用户名。
推荐网站
点击查看更多内容
10人点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦