summaryrefslogtreecommitdiffstats
path: root/doc/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst
new file mode 100644
index 0000000..cbe7c7d
--- /dev/null
+++ b/doc/install.rst
@@ -0,0 +1,16 @@
+Installation
+------------
+
+Install glusterfs:
+
+.. 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