98
edits
(→Getting Started: Make this continue to read properly.) |
|||
Line 33: | Line 33: | ||
If you already have something running on port 8080, or wish to listen on a specific IP address, you can run the server with a couple of additional arguments. For instance, to run it on 127.0.0.1:8000, you could run: | If you already have something running on port 8080, or wish to listen on a specific IP address, you can run the server with a couple of additional arguments. For instance, to run it on 127.0.0.1:8000, you could run: | ||
<code>paver server.address=127.0.0.1 server.port=8000</code> | <code>paver server.address=127.0.0.1 server.port=8000 start</code> | ||
For a complete reference on all commands and their arguments, run <code>paver help</code> or <code>paver help <command></code>. | For a complete reference on all commands and their arguments, run <code>paver help</code> or <code>paver help <command></code>. |
edits