]> review.fuel-infra Code Review - openstack-build/heat-build.git/commit
Add Getting Started guide to repo
authorZane Bitter <zbitter@redhat.com>
Fri, 11 May 2012 16:54:38 +0000 (18:54 +0200)
committerZane Bitter <zbitter@redhat.com>
Fri, 11 May 2012 16:56:12 +0000 (18:56 +0200)
commit95e5ed067096ff52bbcd6c49146b74e1d59d2d3f
treedb906aac22e4efffabe25fd7aa25421892fe80f4
parent65397941666a0aed0e8785a76628c57f35819a79
Add Getting Started guide to repo

Convert the Getting Started wiki page to ReStructuredText format and add it
to the repository. Also add a script that will extract the shell commands
from the document and run them, so we can use it as an integration test.

The script can be run using the command:
    > bash -c "$(./tools/rst2script.sed docs/GettingStarted.rst)"

Related: #84

Signed-off-by: Zane Bitter <zbitter@redhat.com>
docs/GettingStarted.rst [new file with mode: 0644]
tools/rst2script.sed [new file with mode: 0755]