From fe6520b9e8ec3dbdbbd603fdf03dafacc424cefc Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Tue, 22 Oct 2013 13:28:37 -0700 Subject: [PATCH] doc: Added install for ceph-deploy. Signed-off-by: John Wilkins --- doc/install/install-ceph-deploy.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/install/install-ceph-deploy.rst diff --git a/doc/install/install-ceph-deploy.rst b/doc/install/install-ceph-deploy.rst new file mode 100644 index 0000000000000..cb2eb34f968a2 --- /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 + -- 2.39.5