2013-09-20 19:59:24 +00:00
|
|
|
=======================
|
|
|
|
Installation (Manual)
|
|
|
|
=======================
|
2012-11-07 22:09:57 +00:00
|
|
|
|
2012-11-08 06:42:41 +00:00
|
|
|
.. raw:: html
|
2012-05-18 20:54:51 +00:00
|
|
|
|
2013-10-11 22:08:22 +00:00
|
|
|
<table><colgroup><col width="50%"><col width="50%"></colgroup><tbody valign="top"><tr><td><h3>Advanced Package Tool (APT)</h3>
|
2012-11-08 06:42:41 +00:00
|
|
|
|
2013-10-11 22:08:22 +00:00
|
|
|
If you are deploying a Ceph cluster on Debian or Ubuntu distributions,
|
|
|
|
use the instructions below to install packages manually.
|
2012-11-08 06:42:41 +00:00
|
|
|
|
|
|
|
.. toctree::
|
2013-04-18 21:23:47 +00:00
|
|
|
:maxdepth: 2
|
2012-11-08 06:42:41 +00:00
|
|
|
|
2012-05-03 17:45:08 +00:00
|
|
|
Installing Debian/Ubuntu Packages <debian>
|
2013-10-11 22:08:22 +00:00
|
|
|
Installing on Calxeda Hardware <calxeda>
|
|
|
|
Installing QEMU <qemu-deb>
|
|
|
|
Installing libvirt <libvirt-deb>
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
</td><td><h3>Redhat Package Manager (RPM) / Yellowdog Updater, Modified (YUM) </h3>
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-05-03 17:45:08 +00:00
|
|
|
Installing RPM Packages <rpm>
|
2013-10-11 22:08:22 +00:00
|
|
|
Installing YUM Priorities <yum-priorities>
|
|
|
|
Installing QEMU <qemu-rpm>
|
|
|
|
Installing libvirt <libvirt-rpm>
|
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
</td></tr><tr><td><h3>Upgrading Ceph</h3>
|
|
|
|
|
|
|
|
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
|
|
|
|
|
2012-12-28 23:54:57 +00:00
|
|
|
Upgrading Ceph <upgrading-ceph>
|
2013-10-11 22:08:22 +00:00
|
|
|
|
2012-11-08 06:42:41 +00:00
|
|
|
|
2013-10-11 22:08:22 +00:00
|
|
|
.. raw:: html
|
2012-11-08 06:42:41 +00:00
|
|
|
|
2013-10-11 22:08:22 +00:00
|
|
|
</td><td><h3>Building Ceph</h3>
|
2012-11-08 06:42:41 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2013-04-18 21:23:47 +00:00
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 1
|
2012-11-08 06:42:41 +00:00
|
|
|
|
|
|
|
Prerequisites <build-prerequisites>
|
|
|
|
Get a Tarball <get-tarballs>
|
|
|
|
Set Up Git <git>
|
|
|
|
Clone the Source <clone-source>
|
|
|
|
Build the Source <building-ceph>
|
2012-11-16 22:57:55 +00:00
|
|
|
Install CPU Profiler <cpu-profiler>
|
2012-11-08 06:42:41 +00:00
|
|
|
Build a Package <build-packages>
|
|
|
|
Contributing Code <contributing>
|
|
|
|
|
2013-10-11 22:08:22 +00:00
|
|
|
See the `Development`_ section for additional development details.
|
2012-11-08 06:42:41 +00:00
|
|
|
|
|
|
|
.. raw:: html
|
|
|
|
|
|
|
|
</td></tr></tbody></table>
|
2013-10-11 22:08:22 +00:00
|
|
|
|
|
|
|
.. _Development: ../../dev
|