Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 744 Bytes

cli-tools.md

File metadata and controls

52 lines (31 loc) · 744 Bytes

How to install the necessary command line tools

  1. MacOS X

    • Install Homebrew following the instructions on its web page

    • Update Homebrew dependencies

    brew update; brew upgrade

    I prefer installing Docker from its web site, but it can be also installed with Homebrew.

    • Install AWS CLI
    brew install awscli
    • Install kops
    • Install kubectl
    • Install Ansible
    • Install sbt
  2. Linux

    // TODO

  3. Windows

    // TODO