Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: mac user instructions on homebrew

...


Step 1: Adjusted for a mac user 

  • Install Google Chrome 
  • Make sure you have Oracle Java SDK 8.  See this tutorial at mkyong.
    • verify you have the correct java with > java -version # should display 

      java version "1.8.0_192" or any 1.8.* 

  • Homebrew approach (not the only package manager but one that is preferred on mac) 
    • Install homebrew to make life easier See how to instructions. 

    • on older macs, you may first need to  >xcode-select --install

    • Homebrew has "kegs" for each of the various libraries and software pieces 

> Brew help   #gets the list of commands  

> brew install mysql@5.7 
and to start the service, >brew services start mysql@5.7 

> brew git, maven, gradle, cassandra, npm node  #installs them all 

alternatively you could install them one at a time and be careful of the versions as this will take the most recent stable versions as default 



Step 2: Clone The Repositories

...