Search code examples
pythondjangocherrypypootle

Change port for pootle server


I have just setup Pootle translation server, but as being absolute beginner with Python, and fact that I can't find any configuration setting in default file that Pootle installation creates regarding HTTP port that servers run on, hope that someone here can give me quick tip.

From Pootle's documentation:

By default Pootle provides a built-in CherryPy server that will be enough for quickly testing the software.


Solution

  • The built-in CherryPy server's default port is 8000, and you can change it by passing --port <port-number> to the pootle start command.

    Note however you should only use CherryPy for testing, and setting up a reverse proxy is highly recommended.