首页 > 学院 > 操作系统 > 正文

Gitlab安装

2024-06-28 16:01:26
字体:
来源:转载
供稿:网友

Gitlab安装

首先我是在新装的centos6.7中进行安装,在原先的centos6.7中安装有MySQL5.6,在安装gitlab中会有软件冲突

1. Install and configure the necessary dependencies

On Centos 6 and 7, the commands below will also open HTTP and SSH access in the system firewall.

sudo yum install curl openssh-server openssh-clients postfix cronie sudo service postfix start sudo chkconfig postfix on sudo lokkit -s http -s ssh

2. Add the GitLab package server and install the package

CentOS6 新建 /etc/yum.repos.d/gitlab-ce.repo,内容为:

[gitlab-ce] name=gitlab-ce baseurl=http://mirrors.tuna.tsinghua.edu.cn/gitlab-ce/yum/el6 repo_gpgcheck=0 gpgcheck=0 enabled=1 gpgkey=https://packages.gitlab.com/gpg.key

再执行

sudo yum makecache sudo yum install gitlab-ce

3. Configure and start GitLab

sudo gitlab-ctl reconfigure


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表