Update congress-dashoard installation instructions

This commit updates README to add congress-dashboard installation
instructions.

Change-Id: I4704ef00b8d416e5c23eaeda643f9f67cffb5edb
This commit is contained in:
Anusha Ramineni 2017-06-28 11:28:50 +05:30
parent b23c20eb44
commit d078da889c
1 changed files with 4 additions and 3 deletions

View File

@ -332,9 +332,11 @@ Configure datasource drivers
--config auth_url=https://$SERVICE_HOST:5000/v2.0
Install the Congress Dashboard in Horizon
Follow the instructions in the README file located in the congress/congress_dashboard directory.
Clone congress-dashboard repo, located here https://github.com/openstack/congress-dashboard
Follow the instructions in the README file located in https://github.com/openstack/congress-dashboard/blob/master/README.rst
for further installation.
Note: After you install the Congress Dashboard and restart apache, the OpenStack Dashboard may throw
a "You have offline compression enabled..." error, follow the instructions in the error message.
You may have to:
@ -346,7 +348,6 @@ Install the Congress Dashboard in Horizon
$ sudo service apache2 restart
Read the HTML documentation
Install python-sphinx and the oslosphinx extension if missing and build the docs.
After building, open congress/doc/html/index.html in a browser.