Skip to content

Setup Updates: Ajith Kumar

Ajithksin edited this page May 9, 2022 · 58 revisions

Referring To MAC-ONBOARD

1. Prerequisites Checks(without Downloading the Docker Desktop)

1.1. Docker Decktop for MAC

In macOS Terminal Window, Run Prerequisites Checks for Docker Desktop Installation

./assist.sh pre-checks

  • Output
Screenshot 2022-05-09 at 7 03 55 PM

1.2. SpeedTest via Docker

In macOS Terminal Window, Run Prerequisites Checks for Docker

./assist.sh speed-test

  • Output
Screenshot 2022-05-09 at 7 04 31 PM

1. Prerequisites Checks(with the Docker Desktop)

* Downloading Docker

Screenshot 2022-05-09 at 7 19 18 PM

* Downloaded Docker

Screenshot 2022-05-09 at 8 14 07 PM
* Changing the buildit == false
Screenshot 2022-05-09 at 8 37 38 PM

* Docker Decktop for MAC

In macOS Terminal Window, Run Prerequisites Checks for Docker Desktop Installation

./assist.sh pre-checks

Screenshot 2022-05-09 at 8 43 52 PM

* SpeedTest via Docker

In macOS Terminal Window, Run Prerequisites Checks for Docker

./assist.sh speed-test

Screenshot 2022-05-09 at 8 49 15 PM

2. Setup

2.1 Workspace & Applications

In macOS Terminal Window, Run following commands for workspace setup

mkdir workspace cd workspace

Screenshot 2022-05-09 at 8 55 14 PM

git clone https://github.com/rajasoun/mac-onboard

  • ASKING TO INSTALL GIT
Screenshot 2022-05-09 at 9 03 59 PM
  • Command run

git clone https://github.com/rajasoun/mac-onboard

cd workspace

Screenshot 2022-05-09 at 9 18 29 PM

2.2 TEARDOWN

  • command

./assist.sh teardown

Screenshot 2022-05-09 at 10 48 28 PM

SETUP 2.3

  • command

`./assist.sh setup

Screenshot 2022-05-09 at 11 00 48 PM
  • command

./assist.sh test

Screenshot 2022-05-09 at 11 03 46 PM
  • home brew path set command - MANUAL STEPS

echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/air-mac/.zprofile

eval "$(/opt/homebrew/bin/brew shellenv)"

Screenshot 2022-05-09 at 11 05 09 PM
  • Again run

./assist.sh test

Screenshot 2022-05-09 at 11 08 45 PM
  • Installing wget manual steps

brew install wget

  • Again run manual steps

./assist.sh test

Screenshot 2022-05-09 at 11 12 07 PM

./assist.sh setup

Screenshot 2022-05-09 at 11 22 41 PM

TEST FINAL

  • 3.1 End to end command

./assist.sh test

Screenshot 2022-05-09 at 11 25 05 PM
  • 3.2 Sharing Test output

  • 3.2.1 script log.txt ./assist.sh teardown

Screenshot 2022-05-09 at 11 52 46 PM
  • 3.2.2 script log.txt ./assist.sh setup
Screenshot 2022-05-09 at 11 51 32 PM
  • 3.2.3 script log.txt ./assist.sh test
Screenshot 2022-05-09 at 11 51 17 PM
  • 3.2.3 script log.txt ./assist.sh pre-checks
Screenshot 2022-05-09 at 11 51 02 PM
  • 3.2.4 script log.txt ./assist.sh speed-test
Screenshot 2022-05-09 at 11 50 42 PM

*3.2.4. script log.txt ./assist.sh check

Screenshot 2022-05-09 at 11 53 11 PM
Clone this wiki locally