doc: Moved install to the second step, from the first step.

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
This commit is contained in:
John Wilkins 2013-05-06 10:50:24 -07:00
parent c3ba53d255
commit 8add78cade

View File

@ -31,20 +31,6 @@ for maintaining the configuration of your cluster. ::
current directory.
Install Ceph
============
To install Ceph on your server, open a command line on your client
machine and type the following::
ceph-deploy install {server-name}[,{server-name}]
ceph-deploy install --stable cuttlefish ceph-server
Without additional arguments, ``ceph-deploy`` will install the most recent
stable Ceph package to the host machine. See `ceph-deploy install -h`_ for
additional details.
Create a Cluster
================
@ -69,6 +55,20 @@ See `ceph-deploy new -h`_ for additional details.
osd crush chooseleaf type = 0
Install Ceph
============
To install Ceph on your server, open a command line on your client
machine and type the following::
ceph-deploy install {server-name}[,{server-name}]
ceph-deploy install --stable cuttlefish ceph-server
Without additional arguments, ``ceph-deploy`` will install the most recent
stable Ceph package to the host machine. See `ceph-deploy install -h`_ for
additional details.
Add a Monitor
=============