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

script: Added support for Mac user for using docker compose script #409

Closed
wants to merge 4 commits into from
Closed

script: Added support for Mac user for using docker compose script #409

wants to merge 4 commits into from

Commits on Sep 16, 2020

  1. Addes support for Mac user fpr useing docker compose script

    Added support for Mac user for useing the command ./bin/docker-compose up -d
    MPP-0101 committed Sep 16, 2020
    Configuration menu
    Copy the full SHA
    9d2cea1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2020

  1. Updated if statements and checks at the beginning of the script

    Some prechecks at the beginning of the script are added
    
    In the case statement if the OS is unknown (e.g. default case) then the script errors out
    
    The if statements for setting the working directory are made easier to read
    
    A couple of comments are written into the file to make it hopefully easier to understand for someone
    
    Fixes: #407
    MPP-0101 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    a814981 View commit details
    Browse the repository at this point in the history
  2. Updated Error Message

    updated Error Message for the pre checks
    MPP-0101 committed Sep 23, 2020
    Configuration menu
    Copy the full SHA
    167881a View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2020

  1. Updated bash script

    MPP-0101 committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    b908635 View commit details
    Browse the repository at this point in the history