]> git.proxmox.com Git - ceph.git/blame - ceph/doc/install/install-ceph-deploy.rst
bump version to 15.2.11-pve1
[ceph.git] / ceph / doc / install / install-ceph-deploy.rst
CommitLineData
7c673cae
FG
1=====================
2 Install Ceph Deploy
3=====================
4
5The ``ceph-deploy`` tool enables you to set up and tear down Ceph clusters
6for development, testing and proof-of-concept projects.
7
8
9APT
10---
11
12To install ``ceph-deploy`` with ``apt``, execute the following::
13
14 sudo apt-get update && sudo apt-get install ceph-deploy
15
16
17RPM
18---
19
20To install ``ceph-deploy`` with ``yum``, execute the following::
21
22 sudo yum install ceph-deploy
23