From af6a434d49c4e5bca885186e2ff4241a6988fe0b Mon Sep 17 00:00:00 2001 From: Chuck Thier Date: Thu, 15 Jul 2010 10:09:47 -0500 Subject: [PATCH] Changed README to build docs via setup.py and changed saio to run setup.py with sudo. --- README | 2 +- doc/source/development_saio.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index ac8681ae..58968ae1 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ Swift A distributed object store that was originally developed as the basis for Rackspace's Cloud Files. -To build documentation run `make html` in the /doc folder, and then browse to +To build documentation run `python setup.py build_sphinx`, and then browse to /doc/build/html/index.html. The best place to get started is the "SAIO - Swift All In One", which will walk diff --git a/doc/source/development_saio.rst b/doc/source/development_saio.rst index ef5ee9cb..2827fa52 100644 --- a/doc/source/development_saio.rst +++ b/doc/source/development_saio.rst @@ -152,7 +152,7 @@ good idea what to do on other environments. `bzr launchpad-login ` #. Check out your bzr repo of swift, for example: `bzr branch lp:~swift-core/swift/trunk swift` - #. `cd ~/swift; python setup.py develop` + #. `cd ~/swift; sudo python setup.py develop` #. Edit `~/.bashrc` and add to the end:: export PATH_TO_TEST_XFS=/mnt/sdb1/test