]> review.fuel-infra Code Review - openstack-build/heat-build.git/commitdiff
Getting Started: Use install.sh script
authorZane Bitter <zbitter@redhat.com>
Fri, 10 Aug 2012 17:16:01 +0000 (19:16 +0200)
committerZane Bitter <zbitter@redhat.com>
Mon, 13 Aug 2012 16:32:57 +0000 (18:32 +0200)
Change-Id: I7f189f8d3e0557503eca23a5489a98589bfff4f3
Signed-off-by: Zane Bitter <zbitter@redhat.com>
docs/GettingStarted.rst

index 0deede6cdcf93e95eb639f7d07a655739a87854e..eca44648cb4c261868677069152470dc70fd2a44 100644 (file)
@@ -84,12 +84,7 @@ Install heat from source
 
 In the heat directory, run the install script::
 
-    sudo python setup.py install
-    sudo install -d /etc/heat
-    sudo install etc/*.conf etc/*.ini /etc/heat
-    sudo install etc/bash_completion.d/heat /etc/bash_completion.d/heat
-    sudo install -d /var/log/heat
-    sudo sed --in-place -e s/%ENCRYPTION_KEY%/`hexdump -n 16 -v -e '/1 "%02x"' /dev/random`/ /etc/heat/heat-engine.conf
+    sudo ./install.sh
 
 Download Fedora 16 DVD and copy it to libvirt images location
 -------------------------------------------------------------