| Index: README.md |
| =================================================================== |
| new file mode 100644 |
| --- /dev/null |
| +++ b/README.md |
| @@ -0,0 +1,11 @@ |
| +# testpages.adblockplus web content |
|
kzar
2018/06/07 11:43:05
Nit: This is missing the ".org"
rossg
2018/06/07 13:59:42
Done.
|
| + |
| +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 |