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:
parent
fe82e00d7b
commit
4f4e83d85f
@ -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
|
||||
|
@ -134,7 +134,7 @@ We’ll 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
|
||||
----------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user