Adding info on how to install mistraldashboard module in venv

Change-Id: I3faf132be4401dcf72fe5e1c7b269aee518606e3
This commit is contained in:
Renat Akhmerov 2015-07-09 15:03:56 +06:00
parent fc1b294b7c
commit 7d0d291127
1 changed files with 7 additions and 0 deletions

View File

@ -15,6 +15,13 @@ The installation folder of Mistral Dashboard will be referred to as <mistral-das
The following should get you started::
$ sudo pip install -e <mistral-dashboard>
Or if you're planning to run Horizon server in a virtual environment (see below):
$ tox -evenv -- pip install -e ../mistral-dashboard/
and then
$ ln -s <mistral-dashboard>/_50_mistral.py.example \
<horizon>/openstack_dashboard/local/enabled/_50_mistral.py