Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated initialization script for amd64 and arm64. #546

Merged
merged 8 commits into from
Jul 5, 2023

Commits on Jun 30, 2023

  1. updated initialization script for amd64 and arm64.

    script now installs necessary dependencies, creates secret files, prompts user to input mysql passwords, and create v2xhub user
    gainesaw committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b410da2 View commit details
    Browse the repository at this point in the history
  2. Update initialization.sh

    updated script using comments from Paul
    gainesaw authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    fe2edd0 View commit details
    Browse the repository at this point in the history
  3. Update initialization.sh

    updated arm initialization script based on comments from reviewer on amd64 initialization script
    gainesaw authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    64d88ba View commit details
    Browse the repository at this point in the history
  4. Update initialization.sh (amd64)

    updated line 29 to move back 1 directory so that it can get into mysql to run the v2xhub user creation script. line to go back directory was mistakenly removed during edits
    gainesaw authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    92fcae3 View commit details
    Browse the repository at this point in the history
  5. Update initialization.sh (arm64)

    updated to include cd .. (line 28) as it was mistakenly remove. before this update script wouldn't be able to run script to add v2xhub user
    gainesaw authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    90c4951 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Update initialization.sh amd64

    removed duplicated apt-get update lines leaving one at beginning and one at end
    gainesaw authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a85ee1f View commit details
    Browse the repository at this point in the history
  2. Update initialization.sh arm64

    same changes as amd64, removed duplicate apt-get update lines
    gainesaw authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5f771fe View commit details
    Browse the repository at this point in the history
  3. Update initialization.sh

    fixed typo
    gainesaw authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    b409748 View commit details
    Browse the repository at this point in the history