From a9cef12ca4ffe958790db85c3a970cde3c10b27b Mon Sep 17 00:00:00 2001 From: Pushpesh Sharma Date: Tue, 27 May 2014 17:50:02 +0530 Subject: [PATCH] Minor Update --- doc/markdown/quick_start_guide.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/markdown/quick_start_guide.md b/doc/markdown/quick_start_guide.md index d1f07e9..77cf63a 100644 --- a/doc/markdown/quick_start_guide.md +++ b/doc/markdown/quick_start_guide.md @@ -65,21 +65,23 @@ possible ways to get OpenStack Swift packages. ~~~ ### Install SwiftOnFile + 1. Install from source - a.) Git clone the required branch (assume icehouse) + + a.) Git clone the required branch (assume icehouse) ~~~ git clone -b icehouse https://github.com/swiftonfile/swiftonfile.git ~~~ - b.)Install the prerequisite - ~~~ + b.)Install the prerequisite + ~~~ python-pip install -r requirements.txt python-pip install -r test-requirements.txt ~~~ - c.)Install the packages + c.)Install the packages ~~~ python setup.py install ~~~ - + 2. Using RPMs a.) Download the rpms from [Jenkins CI][] @@ -186,7 +188,7 @@ To confirm that the object has been written correctly, you can compare the test file with the object you created: ~~~ -cat /mnt/FS-object/gf-vol1/mycontainer/mytestfile +cat /mnt/FS-object/gfs-vol1/mycontainer/mytestfile ~~~ #### Request the object @@ -215,4 +217,4 @@ For more information, please visit the following links: [Authentication Services Start Guide]: auth_guide.md [EPEL]: https://fedoraproject.org/wiki/EPEL [Jenkins CI]: http://build.gluster.org/job/swiftonfile-builds/lastSuccessfulBuild/artifact/build/ - +[test code ] : https://github.com/swiftonfile/swiftonfile/tree/master/test/functional_auth/tempauth/conf/