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

Side by Side Diff: docs/usage/standalone-test-server.md

Issue 29977571: Issue 7201 - Add links to CMS documentation (Closed) Base URL: https://hg.adblockplus.org/cms/
Patch Set: Address comments on PS1 Created Jan. 14, 2019, 3:33 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 | « docs/usage/generate-static-files.md ('k') | docs/usage/syncing-translations.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Generating the standalone test server # 1 # Generating the standalone test server #
2 2
3 The standalone test server is a single binary, without any further dependencies. 3 The standalone test server is a single binary, without any further dependencies.
4 It can be copied to another system and will no longer require Python or any of 4 It can be copied to another system and will no longer require Python or any of
5 its modules. In order to generate the standalone test server you need all the 5 its modules. In order to generate the standalone test server you need all the
6 prerequisites required to run the test server and 6 prerequisites required to run the test server and
7 [PyInstaller](https://github.com/pyinstaller/pyinstaller/wiki). PyInstaller can 7 [PyInstaller](https://github.com/pyinstaller/pyinstaller/wiki). PyInstaller can
8 be installed by running `easy_install pyinstaller`. 8 be installed by running `easy_install pyinstaller`.
9 9
10 Run the following command from the directory of the `cms` repository: 10 Run the following command from the directory of the `cms` repository:
11 11
12 pyinstaller runserver.spec 12 pyinstaller runserver.spec
13 13
14 If successful, this will put the standalone test server into the `dist` 14 If successful, this will put the standalone test server into the `dist`
15 directory. 15 directory.
16 16
17 -----
17 Prev: [Running the test server](test-server.md) | Up: [Home](../../README.md) | Next: [Generating static files](generate-static-files.md) 18 Prev: [Running the test server](test-server.md) | Up: [Home](../../README.md) | Next: [Generating static files](generate-static-files.md)
OLDNEW
« no previous file with comments | « docs/usage/generate-static-files.md ('k') | docs/usage/syncing-translations.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld