Merge "Install and configure the Trove dashboard - several improvements"
This commit is contained in:
commit
2c4f4c33ff
@ -9,16 +9,25 @@ Install and configure the Trove dashboard
|
|||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# pip install trove-dashboard
|
# python3 -m pip install trove-dashboard
|
||||||
|
|
||||||
* The command above will install the latest version which is
|
* The command above will install the latest version which is
|
||||||
appropriate if you are running the latest Trove. If you are
|
appropriate if you are running the latest Trove. If you are
|
||||||
running an earlier version of Trove you may need to specify
|
running an earlier version of Trove you may need to specify
|
||||||
a compatible version of trove-dashboard.
|
a compatible version of trove-dashboard.
|
||||||
|
|
||||||
* After pip installs it, locate the trove-dashboard directory and
|
* After pip installs it, locate the trove-dashboard directory (approximate path: /usr/local/lib/python3.XX/site-packages/) and
|
||||||
copy the contents of the ``enabled/`` directory to your horizon
|
copy the contents of the ``enabled/`` directory to your horizon
|
||||||
``openstack_dashboard/local/enabled/`` directory.
|
``openstack_dashboard/local/enabled/`` directory.
|
||||||
|
|
||||||
* Reload Apache to pick up the changes to Horizon.
|
* If your use Ubuntu, reload Apache to pick up the changes to Horizon:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# systemctl reload apache2.service
|
||||||
|
|
||||||
|
* If your use RHEL/CentOS, restart Apache to pick up the changes to Horizon:
|
||||||
|
|
||||||
|
.. code-block:: console
|
||||||
|
|
||||||
|
# systemctl restart httpd.service
|
||||||
|
Loading…
x
Reference in New Issue
Block a user