Merge "Added bundle to serve connection manager module"
[dlux.git] / README.md
index b527fb95c586d269342ad7c3e82bf010557c05fd..9c39851ba649ad90a3f37fe17ef2c9e491c1c7c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ OpenDaylight DLUX is a Javascript-based stateless user interface that communicat
 \r
    $ grunt live\r
 \r
-It will start server at http://localhost:9000/. It expects your controller to be running at localhost:8080.\r
+It will start server at http://localhost:9000/. It expects your controller to be running at localhost:8181.\r
 \r
 You can change the base url of controller in file dlux-web/config/development.json\r
 \r
@@ -34,7 +34,7 @@ It will generate dlux-web-0.1.0-SNAPSHOT.jar under dlux-web/target/.
 This assumes that dlux is deployed on same node where md-sal is present. If md-sal is present at different OSGi container,\r
 then you should update the base url in file dlux-web/config/production.json\r
 \r
-6. Copy this jar bundle to plugins directory inside your controller distribution. Then, you can access Dlux UI at http://<<Controller IP>>:8080/dlux/index.html.\r
+6. Copy this jar bundle to plugins directory inside your controller distribution. Then, you can access Dlux UI at http://<<Controller IP>>:8181/dlux/index.html.\r
 \r
 \r
 ## Overall Directory Structure\r