From: John Wilkins Date: Fri, 11 Oct 2013 22:08:22 +0000 (-0700) Subject: doc: Created new index to incorporate side-by-side deb/rpm installs. X-Git-Tag: v0.72-rc1~72 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=8d8ae58c420d880989c9430074be9f7710f6c74f;p=ceph.git doc: Created new index to incorporate side-by-side deb/rpm installs. Signed-off-by: John Wilkins --- diff --git a/doc/install/index.rst b/doc/install/index.rst index 013bd9cb5466..3be09c5d0dfa 100644 --- a/doc/install/index.rst +++ b/doc/install/index.rst @@ -2,34 +2,53 @@ Installation (Manual) ======================= -The Ceph Object Store is the foundation of all Ceph clusters, and it consists -primarily of two types of daemons: Object Storage Daemons (OSDs) and monitors. -The Ceph Object Store is based upon the concept of -:abbr:`RADOS (Reliable Autonomic Distributed Object Store)`, which eliminates -single points of failure and delivers infinite scalability. For details on -the architecture of Ceph and RADOS, refer to `Ceph Architecture`_. All Ceph -deployments have OSDs and monitors, so you should prepare your Ceph cluster -by focusing first on the object storage cluster. - .. raw:: html -

Installation

+

Advanced Package Tool (APT)

-If you are deploying a Ceph cluster (that is, not developing Ceph), -install Ceph using our stable release packages. For testing, you -may install development release and testing packages. +If you are deploying a Ceph cluster on Debian or Ubuntu distributions, +use the instructions below to install packages manually. .. toctree:: :maxdepth: 2 Installing Debian/Ubuntu Packages + Installing on Calxeda Hardware + Installing QEMU + Installing libvirt + +.. raw:: html + +

Redhat Package Manager (RPM) / Yellowdog Updater, Modified (YUM)

+ +If you are deploying a Ceph cluster on Red Hat(rhel6), CentOS (el6), Fedora +17-19 (f17-f19), OpenSUSE 12 (opensuse12), and SLES (sles11) distributions, use +the instructions below to install packages manually. + +.. toctree:: + :maxdepth: 2 + Installing RPM Packages - Installing on Calxeda + Installing YUM Priorities + Installing QEMU + Installing libvirt + +.. raw:: html + +

Upgrading Ceph

+ +If you are upgrading Ceph from a previous release, please read the the upgrade +documentation to ensure that you follow the proper upgrade sequence. + +.. toctree:: + :maxdepth: 2 + Upgrading Ceph + -.. raw:: html +.. raw:: html -

Building Ceph from Source

+

Building Ceph

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 @@ -48,9 +67,10 @@ will save you time. Build a Package Contributing Code +See the `Development`_ section for additional development details. .. raw:: html
- -.. _Ceph Architecture: ../architecture/ + +.. _Development: ../../dev \ No newline at end of file