blob: 2f11d243cc6636c96a08cd49369c35cd9dcf086a [file] [log] [blame]
#summary Running the Acceptance Tests (as of 22 October 2013)
#labels Contents-Draft
== Execution steps ==
{{{
git clone http://code.google.com/p/soc/
cd soc
virtualenv venv
venv/bin/pip install -U lxml setuptools
venv/bin/python bootstrap.py
bin/buildout
bin/gen-app-yaml local-devel
bin/paver build
}}}