mirror of https://github.com/ceph/ceph
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
|
|
|