Fix the docs.

Update the docs to use the stackforge links as well as update
the preinstalling stage where you need to boostrap anvils
dependencies.

Change-Id: I77b1b98b40c30805479d0f884fe3940eca9d3e17
This commit is contained in:
Joshua Harlow 2013-04-27 13:15:04 -07:00
parent fe82e00d7b
commit 4f4e83d85f
2 changed files with 17 additions and 6 deletions

View File

@ -24,16 +24,16 @@ Source code
The source code is on github located at:
https://github.com/yahoo/Openstack-Anvil
https://github.com/stackforge/anvil/
Feel free to fork it and contribute to it. You can also get a tarball or zip archive of the code.
Tags
Branches
----
Stable *tags* can also be downloaded:
Stable *branches* can also be downloaded:
https://github.com/yahoo/Openstack-Anvil/tags
https://github.com/stackforge/anvil/branches
Hacking

View File

@ -134,7 +134,7 @@ Well grab the latest version of ANVIL via git:
::
$ git clone git://github.com/yahoo/Openstack-Anvil.git anvil
$ git clone git://github.com/stackforge/anvil.git
Configuration
-------------
@ -147,7 +147,18 @@ to fit your desired configuration of nova/glance and the other OpenStack compone
If you are using a ``FlatManager`` and RH/Fedora then you might want to read and follow:
http://www.techotopia.com/index.php/Creating_an_RHEL_5_KVM_Networked_Bridge_Interface
Pre-installing
----------
In order to ensure that anvil will have its correct dependencies you need to first run the
bootstrapping code that will setup said dependencies for your operating system.
::
sudo ./smithy --bootstrap
Installing
----------