From: Li Peng Date: Wed, 16 Sep 2015 06:05:05 +0000 (+0800) Subject: doc: delete wrong description of installing RPMs X-Git-Tag: v9.1.0~122^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F5948%2Fhead;p=ceph.git doc: delete wrong description of installing RPMs In CentOS/RHEL 6/7, gitk and git-gui are available in default repository actually. Signed-off-by: Li Peng --- diff --git a/doc/start/documenting-ceph.rst b/doc/start/documenting-ceph.rst index 4fac6f043312..2d09db3ae3a0 100644 --- a/doc/start/documenting-ceph.rst +++ b/doc/start/documenting-ceph.rst @@ -420,19 +420,10 @@ For Debian/Ubuntu, execute:: sudo apt-get install gitk git-gui -For Fedora, execute:: +For Fedora/CentOS/RHEL, execute:: sudo yum install gitk git-gui -In CentOS/RHEL7, ``gitk`` and ``git-gui`` are not available in default or -``epel`` repository. So, use http://rpmfind.net/ to find them. Then, download -them from a mirror and install them. For example:: - - wget ftp://rpmfind.net/linux/centos/7.0.1406/os/x86_64/Packages/gitk-1.8.3.1-4.el7.noarch.rpm - sudo yum install gitk-1.8.3.1-4.el7.noarch.rpm - wget ftp://rpmfind.net/linux/centos/7.0.1406/os/x86_64/Packages/git-gui-1.8.3.1-4.el7.noarch.rpm - sudo yum install git-gui-1.8.3.1-4.el7.noarch.rpm - Then, execute:: cd {git-ceph-repo-path}