要安装Gitlab,我使用以下链接中的说明,
https://packages.gitlab.com/gitlab/gitlab-ce/packages/el/6/gitlab-ce-8.6.6-ce.0.el6.x86_64.rpm
执行以下命令
curl -s https://packages.gitlab.com/install/repositories/gitlab/gitlab-ce/script.rpm.sh | sudo bash
导致以下输出。
The repository is setup! You can now install packages.
稍后执行以下命令
[x@localhost ~]$ sudo dnf install gitlab-ce-8.6.6-ce.0.el6.x86_64
导致以下输出,
Last metadata expiration check: 0:59:58 ago on Mon Apr 18 23:11:56 2016.
No package gitlab-ce-8.6.6-ce.0.el6.x86_64 available.
Error: Unable to find a match.
请提供解决方案。
GitLab目前没有为Fedora提供本机安装包,因此您必须从源代码进行安装。
GitLab确实提供了关于如何从源代码安装的详细指南,但它是为Ubuntu提供的。你必须自己把它翻译成Fedora。