usdot-fhwa-OPS / V2X-Hub

V2X Hub is a message handler that acts as a translator and data aggregator/disseminator for infrastructure components of a connected vehicle deployment.
Apache License 2.0
120 stars 67 forks source link

Fix initialization script #592

Closed paulbourelly999 closed 6 months ago

paulbourelly999 commented 6 months ago

Summary

Update initialization script to install necessary dependencies, create secret files, prompt user to enter MySQL passwords, and create v2xhub user and open web browser to correct URL. Changes in deployment have caused the initialization script to become out of date. This bug is to address that.

Version

4.3.0 (Current)

Expected Behavior

Initialization script installs dependencies and launches V2X-Hub in a useable state.

Actual Behavior

Initialization script does not launch V2X-Hub in a useable state.

Steps to Reproduce the Actual Behavior

  1. Run script /configuration/amd64/initialization.sh

Related Work

No response