Add git clone step into README for beginners

In this patch will add basic steps, such as git clone the code
into README.rst for beginners to have a step by step guide.

Change-Id: I1d701a509fd0fc1fa5533ca61f31038bca56aaa1
Partial-Bug: #1519582
This commit is contained in:
Haomeng, Wang 2015-11-25 02:52:19 +00:00
parent 0163094325
commit 7a7bc32a0c
1 changed files with 5 additions and 0 deletions

View File

@ -92,6 +92,11 @@ The installation is split into two parts.
The first part is a bash script which lays the basic groundwork of installing
Ansible itself.
Biforst source code should be pulled directly from git first::
git clone https://git.openstack.org/openstack/bifrost.git
cd bifrost
Edit ``./playbooks/inventory/group_vars/*`` to match your environment. The
localhost file is intended for steps executed upon the localhost, such as
installation, or image generation. The baremetal file is geared for steps