虚拟机git服务器,VMware Pro15虚拟机中安装centos8并且安装Git服务器的解决方法

好多开发人员一般都是用Windows10开发系统,那么在windows10下如何安装Git服务器呢,那么要借用虚拟机中安装CentOS8版的Linux系统

具体步骤如下:

第一、windows10安装Workstation 15 Pro ,然后在Workstation 15 Pro 安装CentOS8

在windows10的虚拟机软件中安装CentOS8版的Linux系统,具体如何Workstation 15 Pro 安装CentOS8  请看博文:https://blog.youkuaiyun.com/chenzhf_0122/article/details/102964037

第二、CentOS8安装好之后用root身份登录linux系统分别执行以下命令,(安装和启用policycoreutils、openssh-server和openssh-clients组件,并将它们开放防火墙(不要忘了reload防火墙))

# dnf install -y curl policycoreutils openssh-server openssh-clients

# systemctl enable sshd

# systemctl start sshd

# firewall-cmd --permanent --add-service=http

# firewall-cmd --permanent --add-service=https

# systemctl reload firewalld

与邮件通知相关的Postfix组件其实可以暂时不用安装和配置,这个可以放到后面再来配置一个外部的SMTP服务器:

# dnf install postfix

# systemctl enable postfix

# systemctl start postfix

第三步、使用curl工具下载并配置Gitlab CE版RPM安装包的仓库配置脚本(请确认你的虚拟机能联接网络,注意这只是RPM安装包的仓库配置脚本,并不是真正的安装包)

# curl -sS https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | bash

第四、安装Gitlab客户端,这个域名一定是要自己可以访问到的

EXTERNAL_URL="http://www.axinno1.com" dnf install -y gitlab-ce

第五、编辑 /etc/gitlab/gitlab.rb  如果没有要编辑的就 在dos控制台中按Esc 在按:wq! 指令

vim /etc/gitlab/gitlab.rb

第六、编辑了的话就要重新配置下Gitlab

[root@localhost ~]# gitlab-ctl reconfigure

gitlab-ctl 客户端命令:

[root@localhost ~]# gitlab-ctl reconfigure #重读配置

[root@localhost ~]# gitlab-ctl start #启动

[root@localhost ~]# gitlab-ctl restart #重启

[root@localhost ~]# gitlab-ctl status #查看服务状态

[root@localhost ~]# gitlab-ctl stop   #停止

[root@localhost ~]# gitlab-ctl stop nginx #单独停止nginx

[root@localhost ~]# gitlab-ctl tail #查看日志

/opt/gitlab/ #gitlab程序安装目录

/var/opt/gitlab/ #gitlab数据目录

/var/opt/gitlab/git-data/ #仓库目录

参照资料:

https://www.cnblogs.com/forlive/p/12469187.html

https://blog.youkuaiyun.com/chenzhf_0122/article/details/102964037

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值