From 8af00bf3fa5aa7cd29a53e5e43ea230c196d10b0 Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Thu, 11 May 2017 19:58:30 +0530 Subject: Update quick start guide to point to newton release and... - fix anchor tag breakage - remove old, incomplete doc files - fix few whitespace nits Change-Id: I652ef14b689537e6bfdb20f81390f905e6d692f2 Signed-off-by: Prashanth Pai Reviewed-on: https://review.gluster.org/17257 --- doc/markdown/quick_start_guide.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'doc/markdown/quick_start_guide.md') diff --git a/doc/markdown/quick_start_guide.md b/doc/markdown/quick_start_guide.md index 9312ae9..40b5439 100644 --- a/doc/markdown/quick_start_guide.md +++ b/doc/markdown/quick_start_guide.md @@ -8,6 +8,7 @@ * [What now?](#what_now) + ## Overview Gluster-swift project enables object based access (over Swift and S3 API) to GlusterFS volumes.This guide is a great way to begin using gluster-swift, @@ -24,6 +25,7 @@ the installation packages may vary. > NOTE: In Gluster-Swift, accounts must be GlusterFS volumes. + ## Setting up GlusterFS ### Installing and starting GlusterFS @@ -88,16 +90,17 @@ Mount the GlusterFS volume: ``` + ## Setting up gluster-swift -### Installing Openstack Swift (kilo version) +### Installing Openstack Swift (newton version) If on Ubuntu 16.04: ```sh # apt install python-pip libffi-dev memcached # git clone https://github.com/openstack/swift; cd swift -# git checkout -b kilo tags/kilo-eol +# git checkout -b release-2.10.1 tags/2.10.1 # pip install -r ./requirements.txt # python setup.py install ``` @@ -105,11 +108,11 @@ If on Ubuntu 16.04: If on CentOS 7: ```sh -# yum install centos-release-openstack-kilo +# yum install centos-release-openstack-newton # yum install openstack-swift-* ``` -### Installing gluster-swift (kilo version) +### Installing gluster-swift (newton version) If on Ubuntu 16.04: @@ -173,6 +176,7 @@ Use the following commands to start gluster-swift: ``` + ## Using gluster-swift ### Create a container @@ -215,6 +219,7 @@ following commands: ``` + ## What now? For more information, please visit the following links: -- cgit