Bug 1101757

Summary: Out of date instructions for getting started guide
Product: [Community] Gluster-Documentation Reporter: zech.campbell
Component: OtherAssignee: Anjana Suparna Sriram <asriram>
Status: NEW --- QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: unspecifiedCC: bugs, jbd
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description zech.campbell 2014-05-27 20:22:28 UTC
Description of problem: The getting started guide has incorrect instructions for Ubuntu users. 


Version-Release number of selected component (if applicable):


How reproducible:
Visit this page:
http://www.gluster.org/community/documentation/index.php/Getting_started_install

If you try the ubuntu instructions for installing gluster it does not work. Instead, use these instructions:

sudo add-apt-repository ppa:semiosis/ubuntu-glusterfs-3.5
sudo apt-get update
sudo apt-get install glusterfs-server

Comment 1 Justin Dossey 2014-05-28 16:11:44 UTC
Wiki is now updated. New copy:

If you haven't already done so, install python-software-properties:

sudo apt-get install python-software-properties

Then add the community GlusterFS PPA:

sudo add-apt-repository ppa:semiosis/ubuntu-glusterfs-3.5
sudo apt-get update

Finally, install the packages:

sudo apt-get install glusterfs-server

Note: Packages exist for Ubuntu 12.04 LTS, 12.10, 13.10, and 14.04 LTS