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

Side by Side Diff: README.md

Issue 29874607: Issue 6769 - Avoid hardcoding the URL (Closed)
Patch Set: Rebased Created Sept. 24, 2018, 1:37 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | filters/domain.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # testpages.adblockplus.org web content 1 # testpages.adblockplus.org web content
2 2
3 The web content of the testpages.adblockplus.org domain is generated automatical ly from the files 3 The web content of the testpages.adblockplus.org domain is generated automatical ly from the files
4 in this repository. For more information and usage instructions see 4 in this repository. For more information and usage instructions see
5 [CMS documentation](https://github.com/adblockplus/cms/blob/master/README.md#con tent-structure). 5 [CMS documentation](https://github.com/adblockplus/cms/blob/master/README.md#con tent-structure).
6 6
7 ## Running locally 7 ## Running locally
8 8
9 To run locally: 9 To run locally:
10 * Redirect testpages.adblockplus.org to point at the local machine (via /etc/hos ts/) 10 * Run the CMS test server: cms>runserver.py ..\testpages.adblockplus.org
11 * Run the CMS test server on port 80: cms>runserver.py ..\testpages.adblockplus. org -p 80
OLDNEW
« no previous file with comments | « no previous file | filters/domain.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld