summaryrefslogtreecommitdiffstats
path: root/doc/install.rst
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-06-10 15:47:47 +0530
committerPrashanth Pai <ppai@redhat.com>2016-06-10 15:47:47 +0530
commit759471ddcd76306b952bb2ee28f211afc9e24f3a (patch)
tree74234f6dbc010fa436c2f2f9387169ceedabd38e /doc/install.rst
parent2de0f31c04b588098eaaabe8dc19b961bfd83d0b (diff)
Improve sphinx rendering on RTD
Change-Id: I646b5d26bca6d4f0123c1b2140f80f24d268568e Signed-off-by: Prashanth Pai <ppai@redhat.com>
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