| OLD | NEW | 
|---|
| (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. | 
| OLD | NEW | 
|---|