ceph/doc/source/index.rst
John Wilkins d49c3d29a7 Removed "Ceph Development Status" per Bryan
Modified title syntax per Tommi
Modified paragraph width to 80-chars per Dan
Moved "Build from Source" out of Install
Renamed create_cluster to config-cluster
Added config-ref with configuration reference tables
Added a toc ref for man/1/obsync per Dan
Removed redundant sections from Ops
Deleted "Why use Ceph" and "Introduction to Storage Clusters"



Signed-off-by: John Wilkins <john.wilkins@dreamhost.com>
2012-05-02 20:31:35 -07:00

18 lines
580 B
ReStructuredText

==================
Ceph Source Code
==================
You can build Ceph from source by downloading a release or cloning the ``ceph``
repository at github. If you intend to build Ceph from source, please see the
build pre-requisites first. Making sure you have all the pre-requisites
will save you time.
.. toctree::
Prerequisites <build_prerequisites>
Get a Tarball <downloading_a_ceph_release>
Clone the Source <cloning_the_ceph_source_code_repository>
Build the Source <building_ceph>
Build a Package <build_packages>
Contributing Code <contributing>