Fixed Installation Guide

Fixed Murano Dashboard installation guide section

Change-Id: If0af6004e75eadc1259e9495638463da45456194
This commit is contained in:
Serg Melikyan
2013-06-14 18:28:43 +04:00
parent 2bd6abb2b1
commit f342639882

View File

@@ -3736,10 +3736,10 @@ INSTALLED_APPS = (
</section> </section>
<section> <section>
<title>Run</title> <title>Run</title>
<para>Run Horizon:</para> <para>Horizon usually running on apache2 server, and can be restarted to apply changes by:</para>
<programlisting> <programlisting>
<![CDATA[ <![CDATA[
user@work:~/$ cd <Horizon Install Dir> && python manage.py runserver 0.0.0.0:8080 user@work:~/$ sudo service apache2 restart
]]> ]]>
</programlisting> </programlisting>
</section> </section>