Fixes bug 891768. Fix git url to horizon project

The horizon project now lives under the main openstack github account.

These updated instructions describe how to install the diablo release.

Change-Id: I96c2f6e0d38a748263900313360fef83298b3d42
This commit is contained in:
Adrian Smith 2012-02-19 20:24:30 +00:00
parent 4c1d3f18ab
commit 02c85ee7d5
1 changed files with 11 additions and 19 deletions

View File

@ -12,8 +12,8 @@
console provided by the Openstack-Dashboard project. It provides a reference
implementation of a Django site that provides web-based interactions with the OpenStack
Compute cloud controller. For more information about the Openstack-Dashboard project,
please visit: <link xlink:href="https://github.com/4P/horizon/tree/master/openstack-dashboard"
>https://github.com/4P/horizon/</link>. These instructions are for a test deployment
please visit: <link xlink:href="https://github.com/openstack/horizon/tree/stable/diablo/openstack-dashboard">
https://github.com/openstack/horizon/tree/stable/diablo/openstack-dashboard</link>. These instructions are for a test deployment
of an OpenStack Dashboard. They configure your dashboard to use the default Django
server. To create a more robust, production-ready installation, you would configure this
with an Apache web server. </para>
@ -63,22 +63,14 @@
</listitem>
</orderedlist>
<para>Before you begin, you must have git installed. </para>
<para>Create a source directory to house the project:</para>
<literallayout class="monospaced">
mkdir src
cd src
</literallayout>
<para>Next, get the openstack-dashboard project, which provides all the look and feel for the OpenStack Dashboard.</para>
<literallayout class="monospaced">
git clone https://github.com/4P/horizon
</literallayout>
<para>You should now have a directory called openstack-dashboard, which contains the OpenStack Dashboard application.</para>
<para>Before you begin ensure you have git installed.</para>
<para>Get the horizon project which includes openstack-dashboard, a reference implementation of the OpenStack Dashboard.</para>
<literallayout class="monospaced">git clone https://github.com/openstack/horizon
cd horizon
git checkout stable/diablo</literallayout>
<section xml:id="build-and-configure-openstack-dashboard">
<title>Configure Openstack-Dashboard</title>
<para>Now you can configure the dashboard application. The first step in configuring the application
@ -87,7 +79,7 @@ git clone https://github.com/4P/horizon
</para>
<para>
<literallayout class="monospaced">
cd openstack-dashboard/openstack-dashboard/local
cd openstack-dashboard/local/
cp local_settings.py.example local_settings.py
vi local_settings.py
</literallayout>