Fixing Markdown

This commit is contained in:
Pushpesh Sharma 2014-05-27 18:27:40 +05:30
parent 35cc268b65
commit 0903964891

View File

@ -63,33 +63,27 @@ possible ways to get OpenStack Swift packages.
yum install -y openstack-swift-proxy openstack-swift-account openstack-swift-container\ yum install -y openstack-swift-proxy openstack-swift-account openstack-swift-container\
openstack-swift-object memcached python-swiftclient python-keystoneclient openstack-swift-object memcached python-swiftclient python-keystoneclient
~~~ ~~~
### Install SwiftOnFile ### Install SwiftOnFile
1. Install from source 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 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 requirements.txt
python-pip install -r test-requirements.txt python-pip install -r test-requirements.txt
~~~
c.)Install the packages c.)Install the packages
~~~
python setup.py install python setup.py install
~~~
2. Using RPMs 2. Using RPMs
a.) Download the rpms from [Jenkins CI][] a.) Download the rpms from [Jenkins CI][]
b.)Install the RPM by executing the following: b.)Install the RPM by executing the following:
~~~ yum install -y <path to RPM>
yum install -y <path to RPM>
~~~
### Enabling Swift Service available accross reboots ### Enabling Swift Service available accross reboots
~~~ ~~~