Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: README.md

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Fixed README title Created June 7, 2018, 1:58 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | includes/footer.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: README.md
===================================================================
new file mode 100644
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# testpages.adblockplus.org web content
+
+The web content of the testpages.adblockplus.org domain is generated automatically from the files
+in this repository. For more information and usage instructions see
+[CMS documentation](https://github.com/adblockplus/cms/blob/master/README.md#content-structure).
+
+## Running locally
+
+To run locally:
+* Redirect testpages.adblockplus.org to point at the local machine (via /etc/hosts/)
+* Run the CMS test server on port 80: cms>runserver.py ..\testpages.adblockplus.org -p 80
« no previous file with comments | « no previous file | includes/footer.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld