summaryrefslogtreecommitdiff
path: root/build_and_run_steps.txt
diff options
context:
space:
mode:
authorAndriy Melnik <amelnik@luxoft.com>2014-06-20 15:32:57 +0300
committerAndriy Melnik <amelnik@luxoft.com>2014-06-20 15:32:57 +0300
commitbb2d84dad273e855bd8cef58b8cbe8e9969a54ef (patch)
treed961c2ca318c4950264aa95eee1a515dc53c45ed /build_and_run_steps.txt
parent3ae44dede5b1684bb1d091756aac897fa1ee9c94 (diff)
downloadsmartdevicelink-bb2d84dad273e855bd8cef58b8cbe8e9969a54ef.tar.gz
APPLINK-6786: capabilities verification added on HMI
Diffstat (limited to 'build_and_run_steps.txt')
-rw-r--r--build_and_run_steps.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_and_run_steps.txt b/build_and_run_steps.txt
index 1617c2ad9..88b4a8948 100644
--- a/build_and_run_steps.txt
+++ b/build_and_run_steps.txt
@@ -80,7 +80,7 @@
4.1. Use this step if Web HMI and SDL are running on separate computers (virtualized QNX is also considered to be running on a separate computer):
4.1.1. LinHost: update SDL config file “<Project_Root_Src>/src/appMain/smartDeviceLink.ini”: find “ServerAddress = ” there and replace the value with <SDL server address>.
- 4.1.2. LinHost: update Web HMI network parameters: in file “<Project_Root_Src>/src/components/HMI/ffw/RPCClient.js” find “url: ” and replace the value ("ws://localhost:8087" or FLAGS.WEBSOCKET_URL) with <SDL server address>. (e.g. "url: "ws://192.168.177.128:8087"")
+ 4.1.2. LinHost: update Web HMI network parameters: in file “<Project_Root_Src>/src/components/HMI/app/Flags.js” find “WEBSOCKET_URL: ” and replace the value ("ws://localhost:8087") with <SDL server address>. (e.g. "url: "ws://192.168.177.128:8087"")
Note: <SDL server address> is the IP of the computer where SDL is running.
4.2. Use this step if QML HMI and SDL are running on separate computers (virtualized QNX is also considered to be running on a separate computer):