Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / doc / install / install-ceph-deploy.rst
1 =====================
2  Install Ceph Deploy
3 =====================
4
5 The ``ceph-deploy`` tool enables you to set up and tear down Ceph clusters
6 for development, testing and proof-of-concept projects.
7
8
9 APT
10 ---
11
12 To install ``ceph-deploy`` with ``apt``, execute the following:: 
13
14         sudo apt-get update && sudo apt-get install ceph-deploy
15
16
17 RPM
18 ---
19
20 To install ``ceph-deploy`` with ``yum``, execute the following:: 
21
22         sudo yum install ceph-deploy
23