]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Added install for ceph-deploy.
authorJohn Wilkins <john.wilkins@inktank.com>
Tue, 22 Oct 2013 20:28:37 +0000 (13:28 -0700)
committerJohn Wilkins <john.wilkins@inktank.com>
Tue, 22 Oct 2013 20:28:37 +0000 (13:28 -0700)
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/install/install-ceph-deploy.rst [new file with mode: 0644]

diff --git a/doc/install/install-ceph-deploy.rst b/doc/install/install-ceph-deploy.rst
new file mode 100644 (file)
index 0000000..cb2eb34
--- /dev/null
@@ -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
+