From: John Wilkins Date: Tue, 22 Oct 2013 20:28:37 +0000 (-0700) Subject: doc: Added install for ceph-deploy. X-Git-Tag: v0.73~28^2~26 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fe6520b9e8ec3dbdbbd603fdf03dafacc424cefc;p=ceph.git doc: Added install for ceph-deploy. Signed-off-by: John Wilkins --- diff --git a/doc/install/install-ceph-deploy.rst b/doc/install/install-ceph-deploy.rst new file mode 100644 index 000000000000..cb2eb34f968a --- /dev/null +++ b/doc/install/install-ceph-deploy.rst @@ -0,0 +1,23 @@ +===================== + 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 +