64b6c9261e
Current folder name New folder name Book title ---------------------------------------------------------- basic-install DELETE cli-guide DELETE common common NEW admin-guide-cloud Cloud Administrators Guide docbkx-example DELETE openstack-block-storage-admin DELETE openstack-compute-admin DELETE openstack-config config-reference OpenStack Configuration Reference openstack-ha high-availability-guide OpenStack High Availabilty Guide openstack-image image-guide OpenStack Virtual Machine Image Guide openstack-install install-guide OpenStack Installation Guide openstack-network-connectivity-admin admin-guide-network OpenStack Networking Administration Guide openstack-object-storage-admin DELETE openstack-security security-guide OpenStack Security Guide openstack-training training-guide OpenStack Training Guide openstack-user user-guide OpenStack End User Guide openstack-user-admin user-guide-admin OpenStack Admin User Guide glossary NEW OpenStack Glossary bug: #1220407 Change-Id: Id5ffc774b966ba7b9a591743a877aa10ab3094c7 author: diane fleming
66 lines
3.1 KiB
XML
66 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<section xml:id="dashboard-system-requirements"
|
|
xmlns="http://docbook.org/ns/docbook"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude"
|
|
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0">
|
|
<title>System requirements</title>
|
|
<para>Before you install the OpenStack dashboard, you must meet
|
|
the following system requirements:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>OpenStack Compute installation. Enable the Identity
|
|
Service for user and project management.</para>
|
|
<para>Note the URLs of the Identity Service and Compute
|
|
endpoints.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Identity Service user with sudo privileges. Because
|
|
Apache does not serve content from a root user, users
|
|
must run the dashboard as an Identity Service user
|
|
with sudo privileges.</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para><literal>git</literal>. Run the following command to
|
|
install <literal>git</literal>:</para>
|
|
<screen os="ubuntu" language="bash"><prompt>$</prompt> <userinput>sudo apt-get install git-core</userinput></screen>
|
|
<screen os="centos;rhel;fedora" language="bash"><prompt>$</prompt> <userinput>sudo yum install git</userinput></screen>
|
|
</listitem>
|
|
<listitem>
|
|
<para>Python 2.6 or 2.7. The Python version must support
|
|
Django. These instructions have been tested with
|
|
Ubuntu 10.10. The Python version should run on any
|
|
system, including Mac OS X. Installation prerequisites
|
|
might differ by platform.</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>Then, <link xlink:href="installing-openstack-dashboard"
|
|
>install and configure the dashboard</link> on a node that
|
|
can contact the Identity Service.</para>
|
|
<para>Provide users with the following information so that they
|
|
can access the dashboard through a web browser on their local
|
|
machine:</para>
|
|
<itemizedlist>
|
|
<listitem>
|
|
<para>The public IP address from which they can access the
|
|
dashboard</para>
|
|
</listitem>
|
|
<listitem>
|
|
<para>The user name and password with which they can
|
|
access the dashboard</para>
|
|
</listitem>
|
|
</itemizedlist>
|
|
<para>Their web browser must support HTML5 and have cookies and
|
|
JavaScript enabled.</para>
|
|
<note>
|
|
<para>To use the VNC client with the dashboard, the browser
|
|
must support HTML5 Canvas and HTML5 WebSockets.</para>
|
|
<para>For details about browsers that support noVNC, see <link
|
|
xlink:href="https://github.com/kanaka/noVNC/blob/master/README.md"
|
|
>https://github.com/kanaka/noVNC/blob/master/README.md</link>,
|
|
and <link
|
|
xlink:href="https://github.com/kanaka/noVNC/wiki/Browser-support"
|
|
>https://github.com/kanaka/noVNC/wiki/Browser-support</link>,
|
|
respectively.</para>
|
|
</note>
|
|
</section>
|