blob: ded4c22832be5b042a33dd3f1efe53f8cabb81a2 [file] [log] [blame]
#summary Running the Acceptance Tests (as of 22 October 2013)
#labels Contents-Draft
*note* this page is very out of date and doesn't contain any specific information about the acceptance tests in general. (They are not actually on master, so this probably won't produce the results you expect.)
== Execution steps ==
{{{
git clone https://melange.googlesource.com/soc
cd soc
virtualenv venv --python=python2.7
venv/bin/pip install -U lxml setuptools
venv/bin/python bootstrap.py
bin/buildout
bin/gen-app-yaml local-devel
bin/paver build
}}}