Skip to content

Commit

Permalink
Updated readme for server port settings
Browse files Browse the repository at this point in the history
Readme still had the old way of passing the server.port.
  • Loading branch information
bwssytems committed Jul 28, 2015
1 parent e4bbe3e commit 8751f6b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ My house is pretty heavily invested in the z-wave using the Vera as the gateway

Build
-----
The server defaults to running on port 8080. If you're already running a server (like openHAB) on 8080, edit ```server.port``` in ```src/main/resources/application.properties``` to your desired port before building the jar. Alternately you can pass in a command line argument to override ```server.port```.

To customize and build it yourself, build a new jar with maven:
```
Expand All @@ -14,7 +13,9 @@ Then locate the jar and start the server with:
```
java -jar -Dupnp.config.address=192.168.1.Z target/amazon-echo-bridge-compact0.X.Y.jar
```
replace the --upnp.config.address value with the server ipv4 address.
replace the -Dupnp.config.address value with the server ipv4 address.

The server defaults to running on port 8080. If you're already running a server (like openHAB) on 8080, -Dserver.port=XXXX on the command line.

Then configure by going to the /configurator.html url
```
Expand Down

0 comments on commit 8751f6b

Please sign in to comment.