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

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

Issue 29628724: Issue 5521 - Restructure CMS documentation to make it easier to use and extend (Closed) Base URL: https://hg.adblockplus.org/cms
Patch Set: Add initial API docs Created Dec. 13, 2017, 11:08 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Generating the standalone test server #
2
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
5 its modules. In order to generate the standalone test server you need all the
6 prerequisites required to run the test server and
7 [PyInstaller](https://github.com/pyinstaller/pyinstaller/wiki). PyInstaller can
8 be installed by running `easy_install pyinstaller`.
9
10 Run the following command from the directory of the `cms` repository:
11
12 pyinstaller runserver.spec
13
14 If successful, this will put the standalone test server into the `dist`
15 directory.
OLDNEW

Powered by Google App Engine
This is Rietveld