From 91b733d49733e1ca447cfc09393b55f5e37edcd1 Mon Sep 17 00:00:00 2001 From: John Dickinson Date: Sun, 18 Jul 2010 18:19:48 -0500 Subject: [PATCH] fixed a few typos in the saio docs --- doc/source/development_saio.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index 3f86a30858..015741e023 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -145,7 +145,7 @@ good idea what to do on other environments. * As you on guest: #. `mkdir ~/bin` - #. Create `~/.bazaar/.bazaar.conf`:: + #. Create `~/.bazaar/bazaar.conf`:: [DEFAULT] email = Your Name @@ -153,8 +153,8 @@ good idea what to do on other environments. `bzr launchpad-login ` #. Create the swift repo with `bzr init-repo swift` #. Check out your bzr branch of swift, for example: - `cd ~/swift; bzr branch lp:swift` - #. `cd ~/swift/swift; sudo python setup.py develop` + `cd ~/swift; bzr branch lp:swift trunk` + #. `cd ~/swift/trunk; sudo python setup.py develop` #. Edit `~/.bashrc` and add to the end:: export PATH_TO_TEST_XFS=/mnt/sdb1/test @@ -424,8 +424,8 @@ good idea what to do on other environments. #. `chmod +x ~/bin/*` #. `remakerings` - #. `cd ~/swift; ./.unittests` - #. `startmain` + #. `cd ~/swift/trunk; ./.unittests` + #. `startmain` (The ``Unable to increase file descriptor limit. Running as non-root?`` warnings are expected and ok.) #. `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`` #. Check that you can GET account: ``curl -v -H 'X-Auth-Token: ' `` @@ -442,8 +442,8 @@ good idea what to do on other environments. collate = C - #. `cd ~/swift; ./.functests` - #. `cd ~/swift; ./.probetests` + #. `cd ~/swift/trunk; ./.functests` + #. `cd ~/swift/trunk; ./.probetests` If you plan to work on documentation (and who doesn't?!):