Changed README to build docs via setup.py and changed saio to run setup.py
with sudo.
This commit is contained in:
2
README
2
README
@@ -4,7 +4,7 @@ Swift
|
|||||||
A distributed object store that was originally developed as the basis for
|
A distributed object store that was originally developed as the basis for
|
||||||
Rackspace's Cloud Files.
|
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.
|
/doc/build/html/index.html.
|
||||||
|
|
||||||
The best place to get started is the "SAIO - Swift All In One", which will walk
|
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>`
|
`bzr launchpad-login <launchpad_id>`
|
||||||
#. Check out your bzr repo of swift, for example:
|
#. Check out your bzr repo of swift, for example:
|
||||||
`bzr branch lp:~swift-core/swift/trunk swift`
|
`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::
|
#. Edit `~/.bashrc` and add to the end::
|
||||||
|
|
||||||
export PATH_TO_TEST_XFS=/mnt/sdb1/test
|
export PATH_TO_TEST_XFS=/mnt/sdb1/test
|
||||||
|
Reference in New Issue
Block a user