]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: RST cleanup for RPM dev package installs.
authorJohn Wilkins <john.wilkins@inktank.com>
Thu, 27 Sep 2012 22:02:42 +0000 (15:02 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Thu, 27 Sep 2012 22:02:42 +0000 (15:02 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/rpm.rst

index 174babd69858badf831451d8761c5ccb6f810475..b23adea1e99381b92931178a212b440299eee91a 100644 (file)
@@ -8,41 +8,40 @@ testing packages (for development and QA only).  Do not add multiple
 package sources at the same time.
 
 Add Stable Release Packages
----------------------------
+===========================
 
 RPM packages have not been built for the current stable releases, but
 are planned for the future.
 
 Add Development Release Packages
---------------------------------
+================================
 
-Our development process generates a new release of Ceph every 3-4 weeks.
-These packages are faster-moving than the stable releases, as they get
+Our development process generates a new release of Ceph every 3-4 weeks. These
+packages are faster-moving than the stable releases. Development packages have
 new features integrated quickly, while still undergoing several weeks of QA
 prior to release.
 
-Packages are cryptographically signed with the ``release.asc`` key.
-Add our release key to your system's list of trusted keys to avoid a
-security warning::
+Packages are cryptographically signed with the ``release.asc`` key. Add our
+release key to your system's list of trusted keys to avoid a security warning::
 
     sudo rpm --import https://raw.github.com/ceph/ceph/master/keys/release.asc
 
-Packages are currently built for the Centos6 and Fedora 17 platforms.
+Packages are currently built for the CentOS-6 and Fedora 17 platforms. The
+repository package installs the repository details on your local system for use
+with ``yum`` or ``up2date``.
 
-The repository package installs the repo details on your local system for yum or up2date to use.
-
-For CentOS6:
+For CentOS-6::
 
     su -c 'rpm -Uvh http://ceph.com/rpms/el6/x86_64/ceph-release-1-0.el6.noarch.rpm'
 
-For Fedora17
+For Fedora 17:
 
     su -c 'rpm -Uvh http://ceph.com/rpms/fc17/x86_64/ceph-release-1-0.fc17.noarch.rpm'
 
 Installing Packages
--------------------
+===================
 
-Once you have added either release or development packages to yum, you
+Once you have added either release or development packages to ``yum``, you
 can install Ceph::
 
        sudo yum install ceph