Add a page for instructions for running Piyush's tests.
diff --git a/AcceptanceTests.wiki b/AcceptanceTests.wiki
new file mode 100644
index 0000000..2f11d24
--- /dev/null
+++ b/AcceptanceTests.wiki
@@ -0,0 +1,15 @@
+#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
+}}}