Changed README to build docs via setup.py and changed saio to run setup.py
with sudo.
This commit is contained in:
parent
6c6e335018
commit
af6a434d49
2
README
2
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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user