summaryrefslogtreecommitdiffstats
path: root/doc/install.rst
blob: 5d0ed849e4cd7c1d1a6648b5d880cc7e687f34e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Installation
============

Install glusterfs libgfapi C library:

.. code-block:: console

    $ yum install glusterfs-api

Install libgfapi-python from source:

.. code-block:: console

   $ git clone https://review.gluster.org/libgfapi-python
   $ cd libgfapi-python
   $ sudo python setup.py install

.. note::
    libgfapi-python bindings has been tested only against **Linux x86-64** and
    Python versions **2.6** and **2.7**