Index of /pub/gluster/glusterfs/01.old-releases/3.6/3.6.5/Raspbian/jessie

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[DIR]apt/ 2015-09-03 21:04 -  
[   ]pub.key 2015-09-03 21:05 1.7K 

Packages of GlusterFS for Raspbian jessie are available here from the Gluster Community...

Add the GPG key to apt:

    wget -O - http://download.gluster.org/pub/gluster/glusterfs/3.6/LATEST/Raspbian/jessie/pub.key | apt-key add -

N.B. Starting with jessie, the gpg key for packages has changed to the same
key used to sign the RPM packages for RHEL, EPEL, Fedora, etc.

Add the source:

    echo deb http://download.gluster.org/pub/gluster/glusterfs/3.6/LATEST/Raspbian/jessie/apt jessie main > /etc/apt/sources.list.d/gluster.list 

Update package list:

    apt-get update

Install:

    apt-get install [ glusterfs-server | glusterfs-client ]