]> git.proxmox.com Git - ceph.git/blame - ceph/doc/install/index.rst
update sources to v12.1.0
[ceph.git] / ceph / doc / install / index.rst
CommitLineData
7c673cae
FG
1=======================
2 Installation (Manual)
3=======================
4
5
6Get Software
7============
8
9There are several methods for getting Ceph software. The easiest and most common
10method is to `get packages`_ by adding repositories for use with package
11management tools such as the Advanced Package Tool (APT) or Yellowdog Updater,
12Modified (YUM). You may also retrieve pre-compiled packages from the Ceph
13repository. Finally, you can retrieve tarballs or clone the Ceph source code
14repository and build Ceph yourself.
15
16
17.. toctree::
18 :maxdepth: 1
19
20 Get Packages <get-packages>
21 Get Tarballs <get-tarballs>
22 Clone Source <clone-source>
23 Build Ceph <build-ceph>
31f18b77 24 Ceph Mirrors <mirrors>
7c673cae
FG
25
26
27Install Software
28================
29
30Once you have the Ceph software (or added repositories), installing the software
31is easy. To install packages on each :term:`Ceph Node` in your cluster. You may
32use ``ceph-deploy`` to install Ceph for your storage cluster, or use package
33management tools. You should install Yum Priorities for RHEL/CentOS and other
34distributions that use Yum if you intend to install the Ceph Object Gateway or
35QEMU.
36
37.. toctree::
38 :maxdepth: 1
39
40 Install ceph-deploy <install-ceph-deploy>
31f18b77 41 Install Ceph Storage Cluster <install-storage-cluster>
7c673cae
FG
42 Install Ceph Object Gateway <install-ceph-gateway>
43 Install Virtualization for Block <install-vm-cloud>
44
45
46Deploy a Cluster Manually
47=========================
48
49Once you have Ceph installed on your nodes, you can deploy a cluster manually.
50The manual procedure is primarily for exemplary purposes for those developing
51deployment scripts with Chef, Juju, Puppet, etc.
52
53.. toctree::
54
31f18b77
FG
55 Manual Deployment <manual-deployment>
56 Manual Deployment on FreeBSD <manual-freebsd-deployment>
7c673cae
FG
57
58Upgrade Software
59================
60
61As new versions of Ceph become available, you may upgrade your cluster to take
62advantage of new functionality. Read the upgrade documentation before you
63upgrade your cluster. Sometimes upgrading Ceph requires you to follow an upgrade
64sequence.
65
66.. toctree::
67 :maxdepth: 2
68
69 Upgrading Ceph <upgrading-ceph>
70
71.. _get packages: ../install/get-packages