added git clone explanation

Change-Id: I6fdd6606de5eef77bd24db0fab24cfb15d0525cd
This commit is contained in:
Gal Margalit 2015-07-20 09:41:31 +00:00
parent a11b32a216
commit 8881ce22bc
1 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,12 @@ The installation folder of Mistral Dashboard will be referred to as <mistral-das
The following should get you started::
Clone the repository into your local OpenStack directory:
$ git clone https://github.com/openstack/mistral-dashboard.git
Install mistral-dashboard
$ sudo pip install -e <mistral-dashboard>
Or if you're planning to run Horizon server in a virtual environment (see below):