mirror of
https://github.com/ceph/ceph
synced 2024-12-20 02:13:04 +00:00
24 lines
446 B
ReStructuredText
24 lines
446 B
ReStructuredText
|
=====================
|
||
|
Install Ceph Deploy
|
||
|
=====================
|
||
|
|
||
|
The ``ceph-deploy`` tool is a enables you to set up and tear down Ceph clusters
|
||
|
for development, testing and proof-of-concept projects.
|
||
|
|
||
|
|
||
|
APT
|
||
|
---
|
||
|
|
||
|
To install ``ceph-deploy`` with ``apt``, execute the following::
|
||
|
|
||
|
sudo apt-get update && sudo apt-get install ceph-deploy
|
||
|
|
||
|
|
||
|
RPM
|
||
|
---
|
||
|
|
||
|
To install ``ceph-deploy`` with ``yum``, execute the following::
|
||
|
|
||
|
sudo yum install ceph-deploy
|
||
|
|