OLD | NEW |
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) |
OLD | NEW |