mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
c3dc54b0fc
Signed-off-by: Sage Weil <sage@newdream.net>
14 lines
316 B
ReStructuredText
14 lines
316 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
|
|
|
|
from the root of the source tree. Once you have an RPM, you can install it with::
|
|
|
|
rpm -i ceph-*.rpm
|
|
|