diff --git a/docs/source/topics/bugshugscode.rst b/docs/source/topics/bugshugscode.rst index 13382bc2..6629f7c7 100644 --- a/docs/source/topics/bugshugscode.rst +++ b/docs/source/topics/bugshugscode.rst @@ -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 diff --git a/docs/source/topics/gettingstarted.rst b/docs/source/topics/gettingstarted.rst index aa78b9e1..7e68666a 100644 --- a/docs/source/topics/gettingstarted.rst +++ b/docs/source/topics/gettingstarted.rst @@ -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 ----------