ceph/doc/install/install-storage-cluster.rst
John Wilkins 1bf413eb96 doc: Added install for storage cluster.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
2013-10-22 13:27:59 -07:00

41 lines
1.1 KiB
ReStructuredText

==============================
Install Ceph Storage Cluster
==============================
Installing with APT
===================
Once you have added either release or development packages to APT, you should
update APT's database and install Ceph::
sudo apt-get update && sudo apt-get install ceph ceph-mds
Installing with RPM
===================
To install pre-requisite packages, execute the following::
sudo yum install snappy leveldb gdisk python-argparse gperftools-libs
Once you have added either release or development packages, or added a
``ceph.repo`` file to ``/etc/yum.repos.d``, you can install Ceph packages. ::
sudo yum install ceph
.. note:: You can also use ``ceph-deploy`` to install Ceph packages.
Installing a Build
==================
If you build Ceph from source code, you may install Ceph in user space
by executing the following::
sudo make install
If you install Ceph locally, ``make`` will place the executables in
``usr/local/bin``. You may add the Ceph configuration file to the
``usr/local/bin`` directory to run Ceph from a single directory.