**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 | |
``` |