Changed README to build docs via setup.py and changed saio to run setup.py

with sudo.
This commit is contained in:
Chuck Thier 2010-07-15 10:09:47 -05:00
parent 6c6e335018
commit af6a434d49
2 changed files with 2 additions and 2 deletions

2
README
View File

@ -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

View File

@ -152,7 +152,7 @@ good idea what to do on other environments.
`bzr launchpad-login <launchpad_id>`
#. Check out your bzr repo of swift, for example:
`bzr branch lp:~swift-core/swift/trunk swift`
#. `cd ~<your-user-name>/swift; python setup.py develop`
#. `cd ~<your-user-name>/swift; sudo python setup.py develop`
#. Edit `~/.bashrc` and add to the end::
export PATH_TO_TEST_XFS=/mnt/sdb1/test