Fixed typos on the saio doc page.

This commit is contained in:
John Dickinson 2010-07-19 01:56:51 +00:00 committed by Tarmac
commit b2ba61b7ee

View File

@ -145,7 +145,7 @@ good idea what to do on other environments.
* As you on guest: * As you on guest:
#. `mkdir ~/bin` #. `mkdir ~/bin`
#. Create `~/.bazaar/.bazaar.conf`:: #. Create `~/.bazaar/bazaar.conf`::
[DEFAULT] [DEFAULT]
email = Your Name <your-email-address> email = Your Name <your-email-address>
@ -153,8 +153,8 @@ good idea what to do on other environments.
`bzr launchpad-login <launchpad_id>` `bzr launchpad-login <launchpad_id>`
#. Create the swift repo with `bzr init-repo swift` #. Create the swift repo with `bzr init-repo swift`
#. Check out your bzr branch of swift, for example: #. Check out your bzr branch of swift, for example:
`cd ~/swift; bzr branch lp:swift` `cd ~/swift; bzr branch lp:swift trunk`
#. `cd ~/swift/swift; sudo python setup.py develop` #. `cd ~/swift/trunk; sudo python setup.py develop`
#. Edit `~/.bashrc` and add to the end:: #. Edit `~/.bashrc` and add to the end::
export PATH_TO_TEST_XFS=/mnt/sdb1/test export PATH_TO_TEST_XFS=/mnt/sdb1/test
@ -424,8 +424,8 @@ good idea what to do on other environments.
#. `chmod +x ~/bin/*` #. `chmod +x ~/bin/*`
#. `remakerings` #. `remakerings`
#. `cd ~/swift; ./.unittests` #. `cd ~/swift/trunk; ./.unittests`
#. `startmain` #. `startmain` (The ``Unable to increase file descriptor limit. Running as non-root?`` warnings are expected and ok.)
#. `swift-auth-create-account test tester testing` #. `swift-auth-create-account test tester testing`
#. Get an `X-Storage-Url` and `X-Auth-Token`: ``curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:11000/v1.0`` #. Get an `X-Storage-Url` and `X-Auth-Token`: ``curl -v -H 'X-Storage-User: test:tester' -H 'X-Storage-Pass: testing' http://127.0.0.1:11000/v1.0``
#. Check that you can GET account: ``curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above>`` #. Check that you can GET account: ``curl -v -H 'X-Auth-Token: <token-from-x-auth-token-above>' <url-from-x-storage-url-above>``
@ -442,8 +442,8 @@ good idea what to do on other environments.
collate = C collate = C
#. `cd ~/swift; ./.functests` #. `cd ~/swift/trunk; ./.functests`
#. `cd ~/swift; ./.probetests` #. `cd ~/swift/trunk; ./.probetests`
If you plan to work on documentation (and who doesn't?!): If you plan to work on documentation (and who doesn't?!):