~ubuntu-branches/ubuntu/quantal/ceph/quantal

« back to all changes in this revision

Viewing changes to doc/source/index.rst

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2012-07-16 09:56:24 UTC
  • mfrom: (0.3.11)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: package-import@ubuntu.com-20120716095624-azr2w4hbhei1rxmx
Tags: upstream-0.48
ImportĀ upstreamĀ versionĀ 0.48

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
==================
 
2
 Ceph Source Code
 
3
==================
 
4
 
 
5
You can build Ceph from source by downloading a release or cloning the ``ceph``
 
6
repository at github. If you intend to build Ceph from source, please see the
 
7
build pre-requisites first. Making sure you have all the pre-requisites
 
8
will save you time.
 
9
 
 
10
.. toctree::
 
11
 
 
12
   Prerequisites <build-prerequisites>
 
13
   Get a Tarball <get-tarballs>
 
14
   Set Up Git <git>
 
15
   Clone the Source <clone-source>
 
16
   Build the Source <building-ceph>
 
17
   Build a Package <build-packages>
 
18
   Contributing Code <contributing>