如何在Redhat上安装Gitweb?
Red Hat版本是2.6.18-308.11.1.el5,x86_64机器 Git版本是1.7.10-rc4
我下载了gitweb-1.7.9.6-1.el5.rf.x86_64.rpm文件并运行如下命令。
rpm -i /home/user/gitweb-1.7.9.6-1.el5.rf.x86_64.rpm
警告:/home/user/gitweb-1.7.9.6-1.el5.rf.x86_64.rpm:Header V3 DSA签名:NOKEY,密钥ID 6b8d ....
错误:失败的依赖关系:
gitweb-1.7.9.6-1.el5.rf.x86_64需要git = 1.7.9.6-1.el5.rf
是否有一些好的文档或步骤可以设置Gitweb?
答案 0 :(得分:3)
试试这个:
sudo yum install gitweb
yum
将查找存储库中的包,并将处理依赖项
答案 1 :(得分:1)
试试这个:
首先安装“Webtatic”回购。根据我的经验,这是最新的。要做到这一点:
rpm -Uvh http://repo.webtatic.com/yum/centos/5/latest.rpm
(假设您有RHEL 5)注意在您的问题中,您谈到的RedHat版本是Linux内核版本。获取RedHat版本cat /etc/redhat-release
yum install git-core gitweb
如果您遇到任何问题,请告诉我。
答案 2 :(得分:0)
安装非常简单。只需一个命令即可完成所有操作。
gitweb可在EPEL回购http://fedoraproject.org/wiki/EPEL中找到。
要将Epel存储库添加到您的系统,请打开终端并以root运行:
对于RedHat / centos 6
rpm -ivh http://mirror.datacenter.by/pub/fedoraproject.org/epel/6/i386/epel-release-6-8.noarch.rpm
对于RedHat / centos 5
rpm -ivh http://www.mirrorservice.org/sites/dl.fedoraproject.org/pub/epel/5/i386/epel-release-5-4.noarch.rpm
使用命令
添加Epel存储库安装gitweb后 yum install gitweb gitweb-caching.noarch
或
尝试http://rpm.pbone.net/的高级搜索,找到可以从中获取gitweb软件包的位置。