trove/doc/source/install/dashboard.rst
David Rabel 84af1645ac Fix indent in docs
Change-Id: Ic83980366fda6ce82e04a3c45777092ef14bae5f
2017-10-28 16:32:55 +02:00

25 lines
738 B
ReStructuredText

.. _dashboard:
Install and configure the Trove dashboard
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Installation of the Trove dashboard for Horizon is straightforward.
It is best to install it via pip.
.. code-block:: console
# pip install trove-dashboard
* The command above will install the latest version which is
appropriate if you are running the latest Trove. If you are
running an earlier version of Trove you may need to specify
a compatible version of trove-dashboard.
* After pip installs it, locate the trove-dashboard directory and
copy the contents of the ``enabled/`` directory to your horizon
``openstack_dashboard/local/enabled/`` directory.
* Reload Apache to pick up the changes to Horizon.