Minor Update

This commit is contained in:
Pushpesh Sharma 2014-05-27 17:50:02 +05:30
parent e6604b36bc
commit a9cef12ca4

View File

@ -65,17 +65,19 @@ possible ways to get OpenStack Swift packages.
~~~ ~~~
### 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
~~~ ~~~
@ -186,7 +188,7 @@ To confirm that the object has been written correctly, you can compare the
test file with the object you created: 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 #### Request the object
@ -215,4 +217,4 @@ For more information, please visit the following links:
[Authentication Services Start Guide]: auth_guide.md [Authentication Services Start Guide]: auth_guide.md
[EPEL]: https://fedoraproject.org/wiki/EPEL [EPEL]: https://fedoraproject.org/wiki/EPEL
[Jenkins CI]: http://build.gluster.org/job/swiftonfile-builds/lastSuccessfulBuild/artifact/build/ [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/