ceph/doc/start/quick-start.rst
John Wilkins b0d6895a21 doc/config-cluster/ceph-conf.rst <-Fixed some formatting issues.
doc/config-cluster/deploying-ceph-conf.rst <-minor edit.
doc/start/get-involved-in-the-ceph-community.rst <-removed $ from command line instruction.
doc/start/quick-start.rst <-added additional steps.



Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
2012-05-22 09:53:34 -07:00

23 lines
865 B
ReStructuredText

=============
Quick Start
=============
Ceph is intended for large-scale deployments, but you may install Ceph on a
single host. Quick start is intended for Debian/Ubuntu Linux distributions.
#. `Install Ceph packages`_
#. Create a ``ceph.conf`` file.
See `Ceph Configuration Files`_ for details.
#. Deploy the Ceph configuration.
See `Deploying the Ceph Configuration`_ for details.
#. Configure a Ceph cluster
See `Deploying Ceph with mkcephfs`_ for details.
#. Start a Ceph cluster.
See `Starting a Cluster`_ for details.
.. _Install Ceph packages: ../../install/debian
.. _Ceph Configuration Files: ../../config-cluster/ceph-conf
.. _Deploying the Ceph Configuration: ../../config-cluster/deploying-ceph-conf
.. _Deploying Ceph with mkcephfs: ../../config-cluster/deploying-ceph-with-mkcephfs
.. _Starting a Cluster: ../../init/start-cluster/