0% found this document useful (0 votes)
89 views2 pages

Essential Tools Installation Guide for Windows and Mac

This document provides instructions for installing various development tools on Windows and MacOS. For Windows, it instructs the user to install Chocolatey and then run commands to install VirtualBox, Vagrant, Git, JDK 8, Maven, AWS CLI, and IntelliJ IDEA Community Edition using Chocolatey. For MacOS, it instructs the user to install Homebrew, create a .curlrc file, and then run commands to install similar tools like VirtualBox, Vagrant, Git, JDK 8, Maven, AWS CLI, IntelliJ IDEA, and Sublime Text using Homebrew.

Uploaded by

ankush
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
89 views2 pages

Essential Tools Installation Guide for Windows and Mac

This document provides instructions for installing various development tools on Windows and MacOS. For Windows, it instructs the user to install Chocolatey and then run commands to install VirtualBox, Vagrant, Git, JDK 8, Maven, AWS CLI, and IntelliJ IDEA Community Edition using Chocolatey. For MacOS, it instructs the user to install Homebrew, create a .curlrc file, and then run commands to install similar tools like VirtualBox, Vagrant, Git, JDK 8, Maven, AWS CLI, IntelliJ IDEA, and Sublime Text using Homebrew.

Uploaded by

ankush
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Windows Tools

Install chocolatey from the instructions given in the link below.

[Link]

Run all the below commands on Powershell (Open Powershell as Admin)

choco install virtualbox


choco install vagrant
choco install git
choco install jdk8
choco install maven
choco install awscli
choco install intellijidea-community
choco install [Link]

MacOS Tools

Install brew from the instructions given in the link below.

[Link]

After installing homebrew


Create a file in users home directory with name .curlrc with content “-k”
(-k without quotes and give a new line character after -k.)

Steps:
1. Open Terminal
2. echo -k > ~/.curlrc
3. cat ~/.curlrc
Run all the below commands in Terminal

brew install --cask virtualbox


brew install --cask vagrant
brew install --cask vagrant-manager
brew install git
brew install openjdk@8
brew install openjdk@8
brew install maven
brew install --cask intellij-idea
brew install --cask intellij-idea-ce
brew install --cask sublime-text
brew install awscli

You might also like