Committer: Joe Savak <joe3963@joe3963-VirtualBox.(none)>

On branch JS-KEYSTONE-DOC
 Changes to be committed:

	modified:   installing.rst

Updated install instructions for Debian/Ubuntu to pull code from git repo instead of using bzr

Change-Id: I645759b5d675f0717bc3fc1f910af8236dd8cdff
This commit is contained in:
Joe Savak 2011-08-09 11:00:34 -05:00
parent 4c6ed61ed1
commit cb92ef7dba
1 changed files with 3 additions and 2 deletions

View File

@ -81,9 +81,10 @@ Debian/Ubuntu
If you want to build the Keystone documentation locally, you will also want
to install the python-sphinx package
1. Branch Keystone's trunk branch::
1. Branch Keystone's trunk branch:: (see http://wiki.openstack.org/GerritWorkflow to get the project initially setup)
$> bzr branch lp:keystone
$> git checkout master
$> git pull origin master
1. Install Keystone::