From 8751f6bb05c8328baeea63de9b4e291ead1dfbba Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 28 Jul 2015 12:37:50 -0500 Subject: [PATCH] Updated readme for server port settings Readme still had the old way of passing the server.port. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ec45c345..51f717ed 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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 ```