Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 795 Bytes

standalone-test-server.md

File metadata and controls

18 lines (13 loc) · 795 Bytes

Generating the standalone test server

The standalone test server is a single binary, without any further dependencies. It can be copied to another system and will no longer require Python or any of its modules. In order to generate the standalone test server you need all the prerequisites required to run the test server and PyInstaller. PyInstaller can be installed by running easy_install pyinstaller.

Run the following command from the directory of the cms repository:

pyinstaller runserver.spec

If successful, this will put the standalone test server into the dist directory.


Prev: Running the test server | Up: Home | Next: Generating static files