Git

简介: Git安装

1.Gitlab代码托管服务器安装

①Gitlab简介

Untitled

官网:https://about.gitlab.com/

②Gitlab安装

安装相关依赖:

yum install curl policycoreutils openssh-server openssh-clients postfix policycoreutils-python -y

启动ssh服务&设置为开机启动:

systemctl enable sshd && systemctl start sshd

查看开启状态:

systemctl status sshd

设置postfix开机自启,并启动,postfix支持gitlab发信功能:

systemctl enable postfix && systemctl start postfix

清空规则:

iptables -F

关闭防火墙:

systemctl stop firewalld

systemctl disable firewalld

相关文章
|
6月前
|
Ubuntu Linux 开发工具
|
安全 Linux 开发工具
|
6月前
|
存储 项目管理 开发工具
Git是什么
【4月更文挑战第17天】Git是什么
73 1
|
6月前
|
存储 缓存 开发工具
Git介绍及使用
Git介绍及使用
92 5
Git介绍及使用
|
6月前
|
Ubuntu Linux 开发工具
Git的使用
Git的使用
78 1
|
6月前
|
安全 Linux 开发工具
为什么需要 git 和 相关的小知识
为什么需要 git 和 相关的小知识
79 0
|
6月前
|
Linux 开发工具 git
git初识
git初识
39 0
|
Linux 项目管理 开发工具
如何优雅地使用git?
如何优雅地使用git?
|
存储 监控 JavaScript
Git 详解
Git 详解
124 0
|
开发工具 git
git:.gitkeep
git:.gitkeep
210 0