diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-10-22 13:28:37 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-10-22 13:28:37 -0700 |
commit | fe6520b9e8ec3dbdbbd603fdf03dafacc424cefc (patch) | |
tree | cd1811c8e40d25979c977ec6cc63fab438bc4861 | |
parent | df4adefb5cfa3567fe196d7e7a626f05e1e273de (diff) | |
download | ceph-fe6520b9e8ec3dbdbbd603fdf03dafacc424cefc.tar.gz |
doc: Added install for ceph-deploy.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/install/install-ceph-deploy.rst | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/doc/install/install-ceph-deploy.rst b/doc/install/install-ceph-deploy.rst new file mode 100644 index 00000000000..cb2eb34f968 --- /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 + |