~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to doc/install/rpm.rst

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=========================
 
2
 Installing RPM Packages
 
3
=========================
 
4
 
 
5
We do not yet build RPM packages for Ceph releases.  You can build them yourself from
 
6
the source tree by running::
 
7
 
 
8
        rpmbuild
 
9
 
 
10
See `Ceph Source Code <../../source>`_ for details. Once you have an RPM, you can 
 
11
install it with::
 
12
 
 
13
        rpm -i ceph-*.rpm
 
14