Labs/Bespin/DeveloperGuide/Setup: Difference between revisions

Line 22: Line 22:


<code>paver start</code>
<code>paver start</code>
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>
For a complete reference on all commands and their arguments, run <code>paver help</code> or <code>paver help &lt;command&gt;</code>.


You can run the unit tests by running:
You can run the unit tests by running:
1

edit