scientific

在RHEL6/CentOS6/ScientificLinux6上安装GitLab 6.0.2

ぐ巨炮叔叔 提交于 2019-11-29 16:33:01
因开发需要,我需要安装一个Git服务器供公司内部做代码托管之用。当前最著名的Git服务器就是GitLab。Scientific Linux是重新编译的Red Hat Enterprise Linux,由费米国家加速器实验室、欧洲核研究组织以及世界各地的大学和实验室共同开发。 下面记录下我在Scientific Linux 6.4版上安装GitLab 6.0.2的过程。 1. 安装额外的包仓库 sudo wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 https://fedoraproject.org/static/0608B895.txt sudo rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-6 sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm sudo yum-config-manager --enable epel sudo rpm -ivh http://li.nux.ro/download/nux/dextop/el6/x86_64/nux-dextop-release-0-2.el6.nux.noarch.rpm 2. 安装必需的软件包 su - yum -y