ceph/doc/start/manual-install.rst
John Wilkins 57c8116c44 doc: filename change to fix a link.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2012-11-20 13:12:35 -08:00

23 lines
796 B
ReStructuredText

==========================
Installing Ceph Manually
==========================
Ceph is intended for large-scale deployments, but you may install Ceph on a
single host. This guide 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.
#. Mount Ceph FS.
See `Ceph FS`_ for details.
.. _Install Ceph packages: ../../install/debian
.. _Ceph Configuration Files: ../../rados/configuration/ceph-conf
.. _Deploy with mkcephfs: ../../rados/deployment/mkcephfs
.. _Starting a Cluster: ../../rados/operations/operating/
.. _Ceph FS: ../../cephfs/