mirror of
https://github.com/ceph/ceph
synced 2024-12-14 07:25:50 +00:00
7eca0dd9a9
Removed {ARCH} references. Added link to Source. Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
15 lines
334 B
ReStructuredText
15 lines
334 B
ReStructuredText
=========================
|
|
Installing RPM Packages
|
|
=========================
|
|
|
|
We do not yet build RPM packages for Ceph releases. You can build them yourself from
|
|
the source tree by running::
|
|
|
|
rpmbuild
|
|
|
|
See `Ceph Source Code <../../source>`_ for details. Once you have an RPM, you can
|
|
install it with::
|
|
|
|
rpm -i ceph-*.rpm
|
|
|