ceph/doc/start/quick-start.rst
John Wilkins cb5c6b5db6 doc: Consolidated mkcephfs deployment files.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-05-30 14:29:10 -07:00

20 lines
666 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 `Deploy 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
.. _Deploy with mkcephfs: ../../config-cluster/mkcephfs
.. _Starting a Cluster: ../../init/start-cluster/