You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Please be informed that your TREP server (ADS and ADH) should be applied the TRC
68
68
69
69
1. Unzip or download the example project folder into a directory of your choice.
70
70
2. Enter project *console* folder.
71
-
3. Run ```$> pip install -r requestments.txt``` command in a console to install all the dependencies libraries.
71
+
3. Run ```$> pip install -r requirements.txt``` command in a console to install all the dependencies libraries.
72
72
4. Then you can run trcc_posting.py application with the following command
73
73
```
74
74
$> python trcc_post.py --hostname <ADS server IP Address/Hostname> --port <WebSocket Port> --item <Contribution item name> --service <ADS Contribution Service name>
@@ -87,6 +87,8 @@ Please be informed that your TREP server (ADS and ADH) should be applied the TRC
87
87
$> docker run esdk_ws_trcc_python --hostname <ADS server IP Address/Hostname> --port <WebSocket Port> --item <Contribution item name> --service <ADS Contribution Service name>
88
88
```
89
89
90
+
*Note*: If you want to connect a docker application to your *localhost* ADS server, please refer to this [Stack Overflow answer page](https://stackoverflow.com/questions/24319662/from-inside-of-a-docker-container-how-do-i-connect-to-the-localhost-of-the-mach).
0 commit comments