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 |