From 09039648919c706b38005643736e8355a2664703 Mon Sep 17 00:00:00 2001 From: Pushpesh Sharma Date: Tue, 27 May 2014 18:27:40 +0530 Subject: [PATCH] Fixing Markdown --- doc/markdown/quick_start_guide.md | 36 +++++++++++++------------------ 1 file changed, 15 insertions(+), 21 deletions(-) diff --git a/doc/markdown/quick_start_guide.md b/doc/markdown/quick_start_guide.md index 691d7f5..8e92797 100644 --- a/doc/markdown/quick_start_guide.md +++ b/doc/markdown/quick_start_guide.md @@ -63,33 +63,27 @@ possible ways to get OpenStack Swift packages. yum install -y openstack-swift-proxy openstack-swift-account openstack-swift-container\ openstack-swift-object memcached python-swiftclient python-keystoneclient ~~~ - ### 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 - ~~~ - python-pip install -r requirements.txt - python-pip install -r test-requirements.txt - ~~~ - c.)Install the packages - ~~~ - python setup.py install - ~~~ - + + b.)Install the prerequisite + + python-pip install -r requirements.txt + python-pip install -r test-requirements.txt + + c.)Install the packages + + python setup.py install + 2. Using RPMs - a.) Download the rpms from [Jenkins CI][] - - b.)Install the RPM by executing the following: - ~~~ - yum install -y - ~~~ + a.) Download the rpms from [Jenkins CI][] + + b.)Install the RPM by executing the following: + yum install -y ### Enabling Swift Service available accross reboots ~~~