Files
mistral/doc/source/admin/install/dashboard_guide.rst
Arnaud M c3d3138516 Clean up the mistral install guide
* A lot of redundant info has been cleanup
* Deleted the docker install guide (was obsolete)
* Move mistral client from admin to user guide
* Various cleanup in doc

Change-Id: I5c0c27653a053603bb6ad8428db18024a58533a8
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
2025-02-03 10:42:21 +01:00

1.1 KiB

Mistral Dashboard Installation Guide

Mistral dashboard is the plugin for Horizon where it is easily possible to control mistral objects by interacting with web user interface.

Setup Instructions

This instruction assumes that Horizon is already installed and it's installation folder is <horizon>.

Detailed information on how to install Horizon can be found at Horizon Installation

The following steps should get you started:

  1. Install mistral-dashboard in horizon virtual env:
$ pip install mistral-dashboard
  1. Enable the dashboard:
$ cp -b <horizon>/mistraldashboard/enabled/_50_mistral.py \
  <horizon>/openstack_dashboard/local/enabled/_50_mistral.py
  1. When you're ready, you would need to restart horizon, e.g. with apache:
# Debian based
$ systemctl restart apache2

# Or RHEL/CentOS
$ systemctl restart httpd