Skip to content

Commit

Permalink
doc: delete wrong description of installing RPMs
Browse files Browse the repository at this point in the history
In CentOS/RHEL 6/7, gitk and git-gui are available in default repository actually.

Signed-off-by: Li Peng <lip@dtdream.com>
  • Loading branch information
Li Peng committed Sep 16, 2015
1 parent b615f35 commit d1505b5
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions doc/start/documenting-ceph.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit d1505b5

Please sign in to comment.