GlusterFS 1.3 Installing from Debian Packages
From GlusterDocumentation
(Redirected from GlusterFS Installing from Debian Packages)
Contents |
[edit]
Install from debian packages
NOTE: There are no latest debian packages yet, so please use the rpm/tar.gz till it gets ready.
[edit]
Setup /etc/apt/sources.list
You need to add the following lines to your /etc/apt/sources.list:
deb http://lmello.virt-br.org/debian ./ deb-src http://lmello.virt-br.org/debian ./
[edit]
Update the package list
#aptitude update
[edit]
Install the packages you want
[edit]
For server
#aptitude install glusterfs-server glusterfs-examples
[edit]
For Client
#aptitude install glusterfs-client glusterfs-examples
- Note: Be sure you have kernel Linux 2.6.14 or up (Linux 2.6.14 and up have FUSE support included in the official kernel)
[edit]
For glusterfs development
#aptitude install libglusterfs-dev
It's done.
[edit]
Author
Debianized by Leonardo Rodrigues de Mello <l@lmello.eu.org>

