From 9fa7fe40afb9fc9c0162183c8659dc654c724235 Mon Sep 17 00:00:00 2001 From: Serg Melikyan Date: Thu, 16 May 2013 18:51:50 +0400 Subject: [PATCH] Fixed Installation Guide for UI Change-Id: I4987839c29c87e5ce39341b18400ad62205d7ed4 --- .../src/docbkx/murano-manual.xml | 40 +++++++++---------- 1 file changed, 19 insertions(+), 21 deletions(-) diff --git a/src/murano-manual/src/docbkx/murano-manual.xml b/src/murano-manual/src/docbkx/murano-manual.xml index 5cd5f7b..f3f9406 100644 --- a/src/murano-manual/src/docbkx/murano-manual.xml +++ b/src/murano-manual/src/docbkx/murano-manual.xml @@ -2227,7 +2227,7 @@ http://docbook.org/ns/docbook " Check out sources to some directory (<home>/murano): @@ -2342,7 +2342,7 @@ user@work:~/$ murano-api --config-file=./murano/api/etc/murano-api.conf Check out sources to some directory (<home>/murano): @@ -2403,7 +2403,6 @@ user@work:~/cd murano/conductor && conductor --config-file=./murano/conductor/et
Murano Dashboard Murano Dashboard is a project that provides Web UI to Murano Project. - This document describes Conductor for contributors of the project.
Install @@ -2411,17 +2410,18 @@ user@work:~/cd murano/conductor && conductor --config-file=./murano/conductor/et Check out sources to some directory (<home>/murano-dashboard): - Install virtualenv: + Install: + Make sure that horizon and python-muranoclient is already installed.
@@ -2429,30 +2429,28 @@ user@work:~/$ cd murano-dashboard && sudo python ./tools/install_venv.py Configure - Copy configuration file from template: + Open Django configuration file: && nano settings.py ]]> + Please, make sure that no local/local_settings.py file exists. - Open configuration file for editing: - - - - - - Configure according to your environment: + Configure: @@ -2460,10 +2458,10 @@ OPENSTACK_HOST = "localhost"
Run - Run Murano Dashboard in virtualenv: + Run Horizon: && python manage.py runserver 0.0.0.0:8080 ]]>