Skip to content

Commit

Permalink
VH 1314 - Updated the initialization script and README file
Browse files Browse the repository at this point in the history
  • Loading branch information
DokurOmkar committed Jul 10, 2024
1 parent cb6f5c4 commit 1380a18
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
3 changes: 3 additions & 0 deletions configuration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ To support execution in a simulated environment, V2X-Hub is in the process of in
* **V2XHUB_IP** – Environment variable for storing IP address of V2X Hub.
* **INFRASTRUCTURE_ID** – Environment variable for storing infrastructure id of V2X Hub.
* **SENSOR_JSON_FILE_PATH** – Environment variable for storing path to sensor configuration file. This is an optional simulation environment variable that allows for setting up simulated sensor for a V2X-Hub instance. Example file can be found in the **CDASimAdapterPlugin** tests [here](../src/v2i-hub/CDASimAdapter/test/sensors.json).

### Open V2X-Hub in Google Chrome
To open V2X-Hub in Google Chrome, run this command "google-chrome --ignore-certificate-errors localhost"
5 changes: 1 addition & 4 deletions configuration/initialization.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,4 @@ fi
cd "$mysqlDir" || return # return in case cd fails
./add_v2xhub_user.bash

chromium-browser "http://127.0.0.1" > /dev/null 2>&1 &
chromium-browser "https://127.0.0.1:19760" > /dev/null 2>&1 &
google-chrome --ignore-certificate-errors localhost
chromium-browser --ignore-certificate-errors localhost
chromium-browser --ignore-certificate-errors localhost > /dev/null 2>&1 &

0 comments on commit 1380a18

Please sign in to comment.