ceph/doc/install/installing-packages.rst
Tommi Virtanen 5465e81097 doc: Whitespace cleanup.
Signed-off-by: Tommi Virtanen <tommi.virtanen@dreamhost.com>
2012-05-03 10:15:21 -07:00

33 lines
1.1 KiB
ReStructuredText

==========================
Installing Ceph Packages
==========================
Once you have downloaded or built Ceph packages, you may install them on your
Admin host and OSD Cluster hosts.
.. important:: All hosts should be running the same package version.
To ensure that you are running the same version on each host with APT,
you may execute ``sudo apt-get update`` on each host before you install
the packages.
Installing Packages with APT
----------------------------
Once you download or build the packages and add your packages to APT
(see `Downloading Debian/Ubuntu Packages <../download-packages>`_), you may
install them as follows::
$ sudo apt-get install ceph
Installing Packages with RPM
----------------------------
You may install RPM packages as follows::
rpm -i rpmbuild/RPMS/x86_64/ceph-*.rpm
.. note: We do not build RPM packages at this time. You may build them
yourself by downloading the source code.
Proceed to Configuring a Cluster
--------------------------------
Once you have prepared your hosts and installed Ceph pages, proceed to
`Configuring a Storage Cluster <../../config-cluster>`_.