From: Zane Bitter Date: Fri, 10 Aug 2012 17:16:01 +0000 (+0200) Subject: Getting Started: Use install.sh script X-Git-Tag: 2014.1~1540 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=aa21f73f3e530f1f9f5067bc7dcd980b9ac21a44;p=openstack-build%2Fheat-build.git Getting Started: Use install.sh script Change-Id: I7f189f8d3e0557503eca23a5489a98589bfff4f3 Signed-off-by: Zane Bitter --- diff --git a/docs/GettingStarted.rst b/docs/GettingStarted.rst index 0deede6c..eca44648 100644 --- a/docs/GettingStarted.rst +++ b/docs/GettingStarted.rst @@ -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 -------------------------------------------------------------