Fix path error in installation instructions, add screenshot

Change-Id: If7f96901ab189bb6e09c2282f34ef703bb37ef6c
This commit is contained in:
Volodymyr Samotiy 2016-04-21 14:33:16 +03:00
parent 2f4aa82190
commit d4628e2b93
2 changed files with 15 additions and 20 deletions

View File

@ -8,38 +8,34 @@ components may be added as functionality is added to broadview-lib
(https://github.com/openstack/broadview-lib) and to broadview-collector (https://github.com/openstack/broadview-lib) and to broadview-collector
(https://github.com/openstack/broadview-collector). (https://github.com/openstack/broadview-collector).
Screenshot
==========
[BST Thresholds Editor](doc/images/thresholds-editor.png)
Devstack Devstack
======== ========
Devstack support for installing broadview-ui will be provided by the Devstack support for installing broadview-ui is provided by the
broadview-collector project, and is forthcoming. Devstack is the broadview-collector project. Devstack is the supported way in which this
supported way in which this project is installed. project is installed.
Until devstack support is added, follow the instructions outlined below. If you are not using broadview-collector, follow the instructions outlined
below.
Installation Prerequisites Installation Prerequisites
========================== ==========================
If you are installing broadview-collector
-----------------------------------------
Instructions for installing broadview-collector via devstack can be found
in the readme file located at
https://github.com/openstack/broadview-collector/devstack/README.txt
Then follow the steps in Installation, below.
If you are not installing broadview-collector
---------------------------------------------
broadview-ui itself does not have a dependency on broadview-collector, broadview-ui itself does not have a dependency on broadview-collector,
but it does have a dependency on a component that is itself a dependency but it does have a dependency on a component that is itself a dependency
of broadview-collector: broadview-lib. So you will need to install of broadview-collector: broadview-lib. So you will need to install
broadview-lib. To do so: broadview-lib on your host. To do so:
* git clone https://github.com/openstack/broadview-lib.git * git clone https://github.com/openstack/broadview-lib.git
* cd broadview-lib * cd broadview-lib
* sudo python setup.py install * sudo python setup.py install
* sudo cp broadview_lib/tools/bv-bstctl.py /usr/local/bin
* sudo chmod 755 /usr/local/bin/bv-bstctl.py
Further details are available in the README.md file at Further details are available in the README.md file at
https://github.com/openstack/broadview-lib/README.md https://github.com/openstack/broadview-lib/README.md
@ -47,12 +43,11 @@ https://github.com/openstack/broadview-lib/README.md
Installation Installation
============ ============
After you have broadview-lib installed (either via broadview-collector or After you have broadview-lib installed, follow these steps:
directly installing broadview-lib), follow these steps:
* git clone https://github.com/openstack/broadview-ui.git * git clone https://github.com/openstack/broadview-ui.git
* cp _50_broadview.py /opt/stack/horizon/openstack_dashboard/enabled/ * cp _50_broadview.py /opt/stack/horizon/openstack_dashboard/enabled/
* cp -r broadview /opt/stack/horizon/openstack_dashboard/panels * cp -r broadview /opt/stack/horizon/openstack_dashboard/dashboards
Configuration Configuration
============= =============

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB