wget http://download.gluster.org/pub/gluster/glusterfs/3.6/3.6.1/glusterfs-3.6.1.tar.gz
tar -xzvf glusterfs-3.6.1.tar.gz
cd glusterfs-3.6.1/
./configure && make
sudo make install
sudo ldconfig
sudo /etc/init.d/glusterd start